Skip to content

Commit

Permalink
Fix visual bug on invalid account page
Browse files Browse the repository at this point in the history
  • Loading branch information
jonahbedouch committed Oct 10, 2023
1 parent 168d78b commit 08b95c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routes/invalidAccount/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
import { signOut } from 'firebase/auth';
</script>

<Card>
<Card className="h-min">
<h1 class="text-3xl">There is no valid account associated with this email.</h1>
<p class="text-xl mb-12">
This may be the result of an incorrectly set up account or data corruption. Please ensure that
Expand Down

0 comments on commit 08b95c6

Please sign in to comment.