Skip to content

Commit

Permalink
fix: usecase skip page
Browse files Browse the repository at this point in the history
  • Loading branch information
scopsy committed Dec 25, 2024
1 parent 7d408f6 commit d2d76cc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/dashboard/src/pages/usecase-select-page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ export function UsecaseSelectPage() {
function handleSkip() {
track(TelemetryEvent.USE_CASE_SKIPPED);

navigate(ROUTES.WELCOME);
navigate(ROUTES.INBOX_USECASE);
}

function handleSelectUseCase(useCase: ChannelTypeEnum) {
Expand Down Expand Up @@ -140,7 +140,7 @@ export function UsecaseSelectPage() {
Continue
</Button>
<Button type="button" variant="link" className="pt-0 text-xs text-[#717784]" onClick={handleSkip}>
Skip to Homepage
Skip this step
</Button>
</motion.div>
</div>
Expand Down

0 comments on commit d2d76cc

Please sign in to comment.