Skip to content

Commit

Permalink
add project year links to home project cards
Browse files Browse the repository at this point in the history
  • Loading branch information
sunnyyvinay authored and justinsheu committed Feb 21, 2025
1 parent 66592d9 commit de05cca
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/app/(root)/HomepageContent/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -43,16 +43,19 @@ export default function HomepageContent() {
imgSrc="/card_icons/year1.svg"
title="2024-2025"
className="md:w-1/3"
href="/projects/2024-2025"
/>
<ProjectCard
imgSrc="/card_icons/year2.svg"
title="2023-2024"
className="md:w-1/3"
href="/projects/2023-2024"
/>
<ProjectCard
imgSrc="/card_icons/year3.svg"
title="2022-2023"
className="md:w-1/3"
href="/projects/2022-2023"
/>
</ContentSection>
</div>
Expand Down

0 comments on commit de05cca

Please sign in to comment.