Skip to content

Commit df6a5ba

Browse files
authored
Update nav-bar.tsx
1 parent 495e1c9 commit df6a5ba

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

src/components/nav-bar.tsx

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -257,11 +257,13 @@ export const FeedSideBar: React.FC = () => {
257257
isOpen ? "translate-x-0" : "-translate-x-full"
258258
}`}>
259259
<div className="mb-8 flex items-center justify-between">
260-
<img
261-
src="/assets/fullyhacks_logo.png"
262-
alt="Fully logo"
263-
className="w-12"
264-
/>
260+
<Link href="/">
261+
<img
262+
src="/assets/fullyhacks_logo.png"
263+
alt="Fully logo"
264+
className="w-12"
265+
/>
266+
</Link>
265267
<AiOutlineClose
266268
onClick={() => setOpen(false)}
267269
size={24}

0 commit comments

Comments
 (0)