diff --git a/src/assets/icons/channel.private.svg b/src/assets/icons/channel.private.svg index 3ffc1de1..8e420e9e 100644 --- a/src/assets/icons/channel.private.svg +++ b/src/assets/icons/channel.private.svg @@ -1,4 +1,4 @@ - - - + + + diff --git a/src/common/component/ChannelIcon.tsx b/src/common/component/ChannelIcon.tsx index da4c4ac9..b41d7cbf 100644 --- a/src/common/component/ChannelIcon.tsx +++ b/src/common/component/ChannelIcon.tsx @@ -10,8 +10,8 @@ interface Props { const ChannelIcon: FC = ({ personal = false, muted = false, className = "" }) => { return ( -
- {personal ? : } +
+ {personal ? : }
); }; diff --git a/src/common/component/FileBox/index.tsx b/src/common/component/FileBox/index.tsx index 937c6939..58632ec7 100644 --- a/src/common/component/FileBox/index.tsx +++ b/src/common/component/FileBox/index.tsx @@ -87,12 +87,12 @@ const FileBox: FC = ({ return (
{icon}
- {name} + {name} {formatBytes(size)} {dayjs(created_at).fromNow()} @@ -102,7 +102,7 @@ const FileBox: FC = ({
- +
{withPreview &&
{previewContent}
} diff --git a/src/common/component/FileMessage/index.tsx b/src/common/component/FileMessage/index.tsx index 21818253..7e3d28ca 100644 --- a/src/common/component/FileMessage/index.tsx +++ b/src/common/component/FileMessage/index.tsx @@ -156,22 +156,22 @@ const FileMessage: FC = ({ /> ); return ( -
+
{icon}
- {name} - + {name} + {sending ? ( ) : ( <> - {formatBytes(size)} - {dayjs(created_at).fromNow()} + {formatBytes(size)} + {dayjs(created_at).fromNow()} {fromUser && ( - + by {fromUser.name} - + )} )} @@ -181,7 +181,7 @@ const FileMessage: FC = ({ ) : ( - + )}
diff --git a/src/common/component/GoogleLoginButton.tsx b/src/common/component/GoogleLoginButton.tsx index b21acfe5..fd4b1ef5 100644 --- a/src/common/component/GoogleLoginButton.tsx +++ b/src/common/component/GoogleLoginButton.tsx @@ -44,7 +44,7 @@ const GoogleLoginInner: FC = ({ type = "login", loaded, loadError }) => { }, [error]); return ( -