Skip to content

Commit

Permalink
Update Stats.tsx to point towards new gitcoindonordata domain (#3684)
Browse files Browse the repository at this point in the history
due to issues with squarespace we temorarily lost access to gitcoindonordata.xyz so we've purchased a new domain and set up the deployment to serve traffic from the new domain instead
  • Loading branch information
duckdegen authored Oct 13, 2024
1 parent 7c95b97 commit dddff65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/builder/src/components/grants/stats/Stats.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ export default function RoundStats() {
Want to check out more stats?
</div>
<a
href={`https://gitcoindonordata.xyz/projects/${slugify(
href={`https://gitcoindonordata.com/projects/${slugify(
props.project.metadata?.title ?? ""
)}`}
rel="noreferrer"
Expand Down

0 comments on commit dddff65

Please sign in to comment.