Skip to content

Commit

Permalink
Merge pull request #541 from waddaboo/fix/incorrect-links
Browse files Browse the repository at this point in the history
Fix incorrect hyperlinks in apps/website Projects built using Bandada
  • Loading branch information
vplasencia authored Aug 6, 2024
2 parents ed20897 + 447254f commit f590a81
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 f590a81

Please sign in to comment.