0

Update Sidebar.tsx (#3119)

This commit is contained in:
Dev Gupta 2023-06-29 00:46:10 +05:30 committed by GitHub
parent 30f5cbcbc4
commit d973d1ac38
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -27,7 +27,7 @@ export const Sidebar: FC = () => {
if (!currentUser) {
return (
<Sider className={styles.root} collapsedWidth={0} width={100}>
<Sider className={styles.root} collapsedWidth={0} width={320}>
<Spin spinning size="large" />
</Sider>
);