Skip to content

Commit

Permalink
fix(apps-website): fix incorrect hyperlinks
Browse files Browse the repository at this point in the history
  • Loading branch information
waddaboo committed Jul 11, 2024
1 parent ed20897 commit 447254f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/website/shared/data/projects.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ export const PROJECT_ITEMS: Project[] = [
categories: ["review", "feedback", "privacy"],
links: {
website:
"https://taikai.network/cryptocanal/hackathons/ethdam2024/projects/clux971fz00nuvq01mh9g5phl/idea"
"https://taikai.network/cryptocanal/hackathons/ethdam2024/projects/cluz8gb2701a9z301ptjuvhlo/idea"
}
},
{
Expand All @@ -61,7 +61,7 @@ export const PROJECT_ITEMS: Project[] = [
categories: ["feedback", "nft", "privacy", "community"],
links: {
website:
"https://taikai.network/cryptocanal/hackathons/ethdam2024/projects/cluz8gb2701a9z301ptjuvhlo/idea"
"https://taikai.network/cryptocanal/hackathons/ethdam2024/projects/clux971fz00nuvq01mh9g5phl/idea"
}
},
{
Expand Down

0 comments on commit 447254f

Please sign in to comment.