Skip to content

Commit

Permalink
fix error page text
Browse files Browse the repository at this point in the history
  • Loading branch information
AstroCorp committed Jul 15, 2024
1 parent 3f5716f commit b0471fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/error.vue
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ useHead({

<div class="h-screen flex flex-col justify-center">
<article class="flex flex-col items-center text-center">
<h1 class="text-9xl text-white text-opacity-60 mb-6">{{ error.statusCode }}</h1>
<h1 class="text-9xl text-white text-opacity-60 mb-6 text-shadow shadow-black/40">{{ error.statusCode }}</h1>

<MainButton
@click="handleError"
Expand Down

0 comments on commit b0471fc

Please sign in to comment.