Skip to content

Commit 4a9adf7

Browse files
authored
Merge pull request #368 from karannfr/prod
fix : removed extra projects from footer
2 parents fae6cbc + bd81a90 commit 4a9adf7

1 file changed

Lines changed: 0 additions & 8 deletions

File tree

src/components/Footer.tsx

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -100,14 +100,6 @@ export default function Footer() {
100100
<Link href="https://gravitas.codechefvit.com" target="_blank">CookOff</Link>
101101
<Link href="https://gravitas.codechefvit.com" target="_blank">Clueminati</Link>
102102
</div>
103-
<div className="flex flex-col gap-2 text-black dark:text-white md:items-start lg:text-left">
104-
<h3 className="font-jost text-2xl font-semibold">Our Projects</h3>
105-
<Link href="https://papers.codechefvit.com">Papers</Link>
106-
<Link href="https://contactify.codechefvit.com">Contactify</Link>
107-
<Link href="https://ffcs.codechefvit.com">FFCS-iniator</Link>
108-
</div>
109-
110-
111103
{/* Projects */}
112104
<div className="flex w-full flex-col gap-2 text-black dark:text-white lg:w-[20%]">
113105
<h3 className="font-jost text-xl font-semibold">Our Projects</h3>

0 commit comments

Comments
 (0)