Skip to content

Commit

Permalink
chore: replace git.io links (anuraghazra#1724)
Browse files Browse the repository at this point in the history
* chore: replace `git.io` links

* Update src/common/utils.js

Co-authored-by: Rick Staa <[email protected]>

Co-authored-by: Rick Staa <[email protected]>
  • Loading branch information
SukkaW and rickstaa authored May 16, 2022
1 parent 0264bc5 commit 2fb452c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/common/utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ const renderError = (message, secondaryMessage = "") => {
.gray { fill: #858585 }
</style>
<rect x="0.5" y="0.5" width="494" height="99%" rx="4.5" fill="#FFFEFE" stroke="#E4E2E2"/>
<text x="25" y="45" class="text">Something went wrong! file an issue at https://git.io/JJmN9</text>
<text x="25" y="45" class="text">Something went wrong! file an issue at https://tiny.one/readme-stats</text>
<text data-testid="message" x="25" y="55" class="text small">
<tspan x="25" dy="18">${encodeHTML(message)}</tspan>
<tspan x="25" dy="18" class="gray">${secondaryMessage}</tspan>
Expand Down

0 comments on commit 2fb452c

Please sign in to comment.