added about me section to navbar
This commit is contained in:
@@ -5,6 +5,7 @@ export function Navbar({ onNav }: { onNav: (id: string) => void }) {
|
|||||||
const [open, setOpen] = useState(false);
|
const [open, setOpen] = useState(false);
|
||||||
const links = [
|
const links = [
|
||||||
{ id: "home", label: "Intro" },
|
{ id: "home", label: "Intro" },
|
||||||
|
{ id: "about", label: "About" },
|
||||||
{ id: "projects", label: "Projects" },
|
{ id: "projects", label: "Projects" },
|
||||||
{ id: "experience", label: "Resume" },
|
{ id: "experience", label: "Resume" },
|
||||||
];
|
];
|
||||||
|
|||||||
Reference in New Issue
Block a user