Skip to content

Commit

Permalink
centered captions
Browse files Browse the repository at this point in the history
  • Loading branch information
vishalkrishnads committed Aug 1, 2024
1 parent ce36dc9 commit 396d060
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/auth/components/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ const Header: Component = () => {
<Logo />
<h1 class="mb-4 text-6xl">zitefy</h1>
<div class="h-8">
<h4 class="text-xl">
<h4 class="text-center text-xl">
{currentPhrase()}
<span class="animate-blink">|</span>
</h4>
Expand Down

0 comments on commit 396d060

Please sign in to comment.