Skip to content

Commit e603254

Browse files
authored
Update Navbar link structure for better styling
1 parent 54348a3 commit e603254

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Navbar.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ function Navbar({ logo }) {
77
<nav>
88
<div className='nav'>
99
<h1 className='font-bold text-3xl text-green-500'>
10-
<a href="https://www.youtube.com/watch?v=uUex8ZupmfI"><img src={logoSvg} alt="Logo" className="inline w-8 h-8 mr-2 align-middle" /> {logo}</a>
10+
<a className='flex items-center' href="https://www.youtube.com/watch?v=uUex8ZupmfI"><img src={logoSvg} alt="Logo" className="inline w-8 h-8 mr-2 align-middle" /> {logo}</a>
1111
</h1>
1212
<div className="nav-links text-green-500">
1313
<a className='nav-link' href="">Home</a>

0 commit comments

Comments
 (0)