Spaces:
Running
Running
ameerazam08
commited on
Commit
•
23f7e34
1
Parent(s):
8388447
Update src/components/navbar.tsx
Browse files
src/components/navbar.tsx
CHANGED
@@ -49,7 +49,7 @@ const NAV_MENU = [
|
|
49 |
{
|
50 |
name: "Add New Paper",
|
51 |
icon: RectangleStackIcon,
|
52 |
-
href: "https://
|
53 |
},
|
54 |
];
|
55 |
|
@@ -142,9 +142,9 @@ const Navbar =()=> {
|
|
142 |
))}
|
143 |
</ul>
|
144 |
<div className="mt-6 flex items-center gap-4">
|
145 |
-
<Button placeholder='' variant="text">Log in</Button>
|
146 |
-
<a href="
|
147 |
-
<Button placeholder='' color="gray">blocks</Button>
|
148 |
</a>
|
149 |
</div>
|
150 |
</div>
|
|
|
49 |
{
|
50 |
name: "Add New Paper",
|
51 |
icon: RectangleStackIcon,
|
52 |
+
href: "https://github.com/AMEERAZAM08/research-index/blob/main/README.md",
|
53 |
},
|
54 |
];
|
55 |
|
|
|
142 |
))}
|
143 |
</ul>
|
144 |
<div className="mt-6 flex items-center gap-4">
|
145 |
+
{/* <Button placeholder='' variant="text">Log in</Button> */}
|
146 |
+
<a href="" target="_blank">
|
147 |
+
{/* <Button placeholder='' color="gray">blocks</Button> */}
|
148 |
</a>
|
149 |
</div>
|
150 |
</div>
|