We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07e10cb commit 6c94c4dCopy full SHA for 6c94c4d
frontend/zicdding-class.com/app/_components/NavBar.tsx
@@ -11,7 +11,7 @@ export function NavBar() {
11
<header className="w-full bg-white fixed top-0 left-0">
12
<div className="max-w-[1280px] flex justify-between items-center h-20 px-6 m-auto">
13
<div className="flex items-center">
14
- <Link href={'/'}>
+ <Link href="/">
15
<img src="/logo.png" alt="Logo" className="h-8 mr-2" />
16
</Link>
17
</div>
0 commit comments