Skip to content

Commit 8bf35f8

Browse files
committed
Discard local storage creation link
1 parent adee879 commit 8bf35f8

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

src/components/organisms/BoostHubSignInForm.tsx

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -160,10 +160,6 @@ const BoostHubSignInForm = () => {
160160
setStatus('idle')
161161
}, [])
162162

163-
const navigateToCreateLocalSpacePage = useCallback(() => {
164-
push('/app/storages')
165-
}, [push])
166-
167163
return (
168164
<Container>
169165
<h1 className='heading'>Create Account</h1>
@@ -181,14 +177,6 @@ const BoostHubSignInForm = () => {
181177
Sign In
182178
</Button>
183179
</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>
192180
</>
193181
) : status === 'logging-in' ? (
194182
<p>

0 commit comments

Comments
 (0)