Skip to content

Commit

Permalink
fix: route path
Browse files Browse the repository at this point in the history
  • Loading branch information
paulclindo committed May 8, 2024
1 parent 3c88225 commit 40d7124
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion apps/shinkai-desktop/src/pages/welcome.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ const TermsAndConditionsPage = () => {
!acceptedTermsAndContidions &&
'pointer-events-none bg-gray-300 opacity-60',
)}
to={'/welcome-selection'}
to={'/get-started'}
>
Get Started
</Link>
Expand Down
2 changes: 1 addition & 1 deletion apps/shinkai-desktop/src/routes/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ const AppRoutes = () => {
path={'/unavailable-shinkai-node'}
/>
<Route element={<TermsAndConditionsPage />} path={'/welcome'} />
<Route element={<GetStartedPage />} path={'/welcome-selection'} />
<Route element={<GetStartedPage />} path={'/get-started'} />
<Route element={<OnboardingPage />} path={ONBOARDING_PATH} />
<Route element={<RestoreConnectionPage />} path={'/restore'} />
<Route element={<ConnectMethodQrCodePage />} path={'/connect-qr'} />
Expand Down

0 comments on commit 40d7124

Please sign in to comment.