Remove login from onboarding (#1524)

remove login from onboarding
This commit is contained in:
Jamie Pine 2023-10-11 21:25:50 -07:00 committed by GitHub
parent 20fde557d4
commit e12ef1a917
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

View file

@ -40,7 +40,7 @@ export default function OnboardingAlpha() {
<Discord className="h-4 w-4 fill-ink" />
Join Discord
</Button>
<ButtonLink to="../login" replace variant="accent">
<ButtonLink to="../new-library" replace variant="accent">
Continue
</ButtonLink>
</div>

View file

@ -24,10 +24,10 @@ export default [
element: <Index />
},
{ path: 'alpha', element: <Alpha /> },
{
element: <Login />,
path: 'login'
},
// {
// element: <Login />,
// path: 'login'
// },
{
element: <NewLibrary />,
path: 'new-library'