diff --git a/web/src/components/main/Developer.tsx b/web/src/components/main/Developer.tsx index 4a0b735..b63ddf6 100644 --- a/web/src/components/main/Developer.tsx +++ b/web/src/components/main/Developer.tsx @@ -1,4 +1,4 @@ -import linkedinLogo from "../../../public/assets/linkedin_logo.png" +//import linkedinLogo from "../../../public/assets/linkedin_logo.png" const Developer = ({firstName, lastName, major, profilePic, role, yearLevel, linkedin}:any) => { return (