We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 54348a3 commit e603254Copy full SHA for e603254
src/Navbar.jsx
@@ -7,7 +7,7 @@ function Navbar({ logo }) {
7
<nav>
8
<div className='nav'>
9
<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>
+ <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>
11
</h1>
12
<div className="nav-links text-green-500">
13
<a className='nav-link' href="">Home</a>
0 commit comments