Skip to content

Commit 6c94c4d

Browse files
committed
self review
1 parent 07e10cb commit 6c94c4d

File tree

1 file changed

+1
-1
lines changed
  • frontend/zicdding-class.com/app/_components

1 file changed

+1
-1
lines changed

frontend/zicdding-class.com/app/_components/NavBar.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ export function NavBar() {
1111
<header className="w-full bg-white fixed top-0 left-0">
1212
<div className="max-w-[1280px] flex justify-between items-center h-20 px-6 m-auto">
1313
<div className="flex items-center">
14-
<Link href={'/'}>
14+
<Link href="/">
1515
<img src="/logo.png" alt="Logo" className="h-8 mr-2" />
1616
</Link>
1717
</div>

0 commit comments

Comments
 (0)