File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ import { pastProjects } from '../data/pastProjects.ts'
1313 <ProjectCard
1414 title = { project .title }
1515 description = { project .description }
16- icon = { ` static/past-project-icons/${project .icon } ` }
16+ icon = { ` / static/past-project-icons/${project .icon }` }
1717 awards = { project .awards }
1818 link = { project .link }
1919 year = { project .year }
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ import { pastSponsors } from '../data/pastSponsors'
1717 {
1818 currentSponsors .map (sponsor => (
1919 <p class = " tier" >{ sponsor .tier } </p >
20- <SponsorCategory icons = { sponsor .icons } path = " static/sponsor-icons/" />
20+ <SponsorCategory icons = { sponsor .icons } path = " / static/sponsor-icons/" />
2121 ))
2222 }
2323 </div >
You can’t perform that action at this time.
0 commit comments