Skip to content

Commit dddff65

Browse files
authored
Update Stats.tsx to point towards new gitcoindonordata domain (#3684)
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
1 parent 7c95b97 commit dddff65

File tree

1 file changed

+1
-1
lines changed
  • packages/builder/src/components/grants/stats

1 file changed

+1
-1
lines changed

packages/builder/src/components/grants/stats/Stats.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ export default function RoundStats() {
160160
Want to check out more stats?
161161
</div>
162162
<a
163-
href={`https://gitcoindonordata.xyz/projects/${slugify(
163+
href={`https://gitcoindonordata.com/projects/${slugify(
164164
props.project.metadata?.title ?? ""
165165
)}`}
166166
rel="noreferrer"

0 commit comments

Comments
 (0)