Skip to content

Commit

Permalink
Update Project github.io URLs
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin-Kwan committed May 11, 2024
1 parent cd24755 commit de122e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pages/projects.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -172,14 +172,14 @@ function Projects({ descriptions }: ProjectsProps) {
name="Windows XP-themed Website/Socials Page"
description={descriptions['WindowsXPWebsite'] || loadingMessage}
githubLink="https://github.com/Kevin-Kwan/WindowsXPWebsite/"
demoLink="https://kevin-kwan.github.io/WindowsXPWebsite/"
demoLink="https://windows-xp-website.vercel.app/"
demoText="Demo"
/>
<ProjectCard
name='"eduNFT" (HackGT 8 2021)'
description={descriptions['eduNFT'] || loadingMessage}
githubLink="https://github.com/Kevin-Kwan/eduNFT/"
demoLink="https://kevin-kwan.github.io/eduNFT/"
demoLink="https://edu-nft.vercel.app/"
demoText="Demo"
/>
<ProjectCard
Expand Down

0 comments on commit de122e5

Please sign in to comment.