Adding portfolio to header navigation

This commit is contained in:
Frank
2023-10-08 17:36:06 -06:00
parent 3c087e227c
commit 7e1a8a6e23
2 changed files with 14 additions and 2 deletions

View File

@@ -54,8 +54,6 @@ export default function Portfolio({ projects }: any): JSX.Element {
const ID = element.querySelector("img")?.dataset.projectid;
setSelectedID(ID);
}, [carouselChange]);
console.log(project);
return (
<Internal>
<div className="container mt-32 mb-12">