Skip to content

Commit 8cced33

Browse files
authored
fix(onboarding): redirect to admin panel (#248)
1 parent ce3266a commit 8cced33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/pages/onboarding.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ const step3Completed = async (savedOrgName: string) => {
7575
<div v-else-if="!errorSettingUpCareerSite">
7676
<Icon name="line-md:circle-twotone-to-confirm-circle-twotone-transition" class="w-32 h-32" />
7777
<h1 class="text-2xl font-noto text-zinc-800 font-bold mb-8">Nice to have you, {{ orgName }}. 🙌</h1>
78-
<VInputButton as="a" href="/admin">Go to admin console</VInputButton>
78+
<VInputButton as="NuxtLink" to="/admin">Go to admin console</VInputButton>
7979
</div>
8080
<div class="text-2xl text-red-600 font-noto" v-else>
8181
Something went wrong!<br />There was an error setting up the career site.

0 commit comments

Comments
 (0)