Skip to content

Commit

Permalink
fixed url
Browse files Browse the repository at this point in the history
  • Loading branch information
rizen committed Oct 30, 2024
1 parent 9a79f37 commit aa47a09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/error.vue
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<div class="mt-6 mb-3 font-bold text-6xl text-900">{{ error?.statusMessage || "" }}</div>
<p class="text-700 text-3xl mt-0 mb-6">{{ error?.message || "" }}</p>
<p class="text-700 text-3xl mt-0 mb-6">{{ error?.description || "" }}</p>
<Button @mousedown="clearError('/')" type="button" label="Go back to home page"></Button>
<Button @mousedown="clearError({redirect:'/'})" type="button" label="Go back to home page"></Button>
</div>
<div>
<img :src="config.public.site.logoUrl" :alt="config.public.site.name" class="w-full md:w-28rem" />
Expand Down

0 comments on commit aa47a09

Please sign in to comment.