Skip to content

Commit

Permalink
💄 Navbar itle styling
Browse files Browse the repository at this point in the history
  • Loading branch information
anibalalpizar committed Jun 6, 2024
1 parent a5d56fb commit 280cdc5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/components/navbar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@ function Navbar() {
<nav className="flex justify-between">
<div className="flex items-center">
<FaPaperclip size={20} />
<h1 className="ml-2">Shortify</h1>
<h1 className="ml-2 text-2xl font-bold text-gray-800 italic">
Shortify
</h1>
</div>
<div className="flex gap-x-2 items-center">
<Link
Expand Down

1 comment on commit 280cdc5

@vercel
Copy link

@vercel vercel bot commented on 280cdc5 Jun 6, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.