We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent adee879 commit 8bf35f8Copy full SHA for 8bf35f8
src/components/organisms/BoostHubSignInForm.tsx
@@ -160,10 +160,6 @@ const BoostHubSignInForm = () => {
160
setStatus('idle')
161
}, [])
162
163
- const navigateToCreateLocalSpacePage = useCallback(() => {
164
- push('/app/storages')
165
- }, [push])
166
-
167
return (
168
<Container>
169
<h1 className='heading'>Create Account</h1>
@@ -181,14 +177,6 @@ const BoostHubSignInForm = () => {
181
177
Sign In
182
178
</Button>
183
179
</div>
184
- <div className='control'>
185
- <a
186
- className='control-link'
187
- onClick={navigateToCreateLocalSpacePage}
188
- >
189
- Create a local space without creating an account
190
- </a>
191
- </div>
192
180
</>
193
) : status === 'logging-in' ? (
194
<p>
0 commit comments