Skip to content

Commit

Permalink
updated Navbar
Browse files Browse the repository at this point in the history
  • Loading branch information
ayush-848 committed Oct 2, 2024
1 parent 1e7d896 commit ad2420b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Navbar.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const Navbar = () => {
<div className="max-w-6xl mx-auto px-4 py-3 flex justify-between items-center">
<div className="flex items-center">
<Globe className="mr-2" />
<h1 className="text-2xl font-bold">Web-3 Wallet</h1>
<h1 className="text-2xl font-bold">Web3-Wallet</h1>
</div>
<div className="space-x-4">
<Link to="/" className="hover:text-blue-400 transition duration-300">
Expand Down

0 comments on commit ad2420b

Please sign in to comment.