Skip to content

Commit

Permalink
chore: Update project links in ProjectsData.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
singhAmandeep007 committed May 22, 2024
1 parent 507ee74 commit 0405dc6
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/Pages/Projects/ProjectsData.ts
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ export const data: TData = [
],
projectLinks: {
live: "https://codersleague.onrender.com/",
github: "https://github.com/singhAmandeep007/codersLeague",
github: "https://github.com/singhAmandeep007/coders-league",
},
},
{
Expand Down Expand Up @@ -186,8 +186,8 @@ export const data: TData = [
],
projectStack: [techIcons.react, techIcons.styledComponents, techIcons.amcharts, techIcons.semanticui],
projectLinks: {
live: "https://covidindia2020.web.app/",
github: "https://github.com/singhAmandeep007/Covid-19-Tracker_India",
live: "https://singhamandeep007.github.io/covid-tracker-india/",
github: "https://github.com/singhAmandeep007/covid-tracker-india",
},
},
{
Expand Down Expand Up @@ -240,8 +240,8 @@ export const data: TData = [
],
projectStack: [techIcons.react, techIcons.materialui, techIcons.css],
projectLinks: {
live: "https://covidtracker-34f49.web.app/dashboard",
github: "https://github.com/singhAmandeep007/Covid-19-Tracker_World",
live: "https://singhamandeep007.github.io/covid-tracker-world",
github: "https://github.com/singhAmandeep007/covid-tracker-world",
},
},
{
Expand Down

0 comments on commit 0405dc6

Please sign in to comment.