Skip to content

Commit

Permalink
feat: remove space creator from sidebar (storacha#509)
Browse files Browse the repository at this point in the history
this gives us a soft restriction on the number of spaces a user can
create - we'll enforce this server-side in
storacha#704
  • Loading branch information
Travis Vachon authored Apr 26, 2023
1 parent 653771e commit d5f5536
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/w3ui/examples/react/w3console/src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import { SpaceShare } from '../share'
import { Uploader } from '../components/Uploader'
import { UploadsList } from '../components/UploadsList'
import { SpaceFinder } from '../components/SpaceFinder'
import { SpaceCreatorForm, SpaceCreator } from '../components/SpaceCreator'
import { SpaceCreatorForm } from '../components/SpaceCreator'
import { AuthenticationEnsurer } from '../components/Authenticator'
import { DefaultLayout } from '../components/Layout'
import Loader from '../components/Loader'
Expand Down Expand Up @@ -192,7 +192,6 @@ export default function Home (): JSX.Element {
setSelected={viewSpace}
spaces={spaces}
/>
<SpaceCreator className='mb-8 self-center' />
</div>
}>
<SpaceSection viewSpace={viewSpace} share={share} setShare={setShare} />
Expand Down

0 comments on commit d5f5536

Please sign in to comment.