Skip to content

Commit

Permalink
changed header
Browse files Browse the repository at this point in the history
  • Loading branch information
Nutlope committed Mar 23, 2023
1 parent 32cc516 commit 06ae7d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ export default function Header({ photo }: { photo?: string }) {
className="flex max-w-fit items-center justify-center space-x-2 rounded-lg border border-blue-600 text-white px-5 py-2 text-sm shadow-md hover:bg-blue-400 bg-blue-600 font-medium transition"
href="/dream"
>
<p>Sign Up Today</p>
<p>Sign Up </p>
</Link>
)}
</header>
Expand Down

0 comments on commit 06ae7d9

Please sign in to comment.