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 495e1c9 commit df6a5baCopy full SHA for df6a5ba
src/components/nav-bar.tsx
@@ -257,11 +257,13 @@ export const FeedSideBar: React.FC = () => {
257
isOpen ? "translate-x-0" : "-translate-x-full"
258
}`}>
259
<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
- />
+ <Link href="/">
+ <img
+ src="/assets/fullyhacks_logo.png"
+ alt="Fully logo"
+ className="w-12"
265
+ />
266
+ </Link>
267
<AiOutlineClose
268
onClick={() => setOpen(false)}
269
size={24}
0 commit comments