@@ -268,7 +268,7 @@ export const renderGithubStatsSvg = ({
268268 <text x="152" y="86" class="textLabelSubStyle">Tier</text>
269269 </g>
270270 <g id="doobooText" opacity="0">
271- <a href="https://stats.dooboo.io " target="_blank"><text id="textInfo" x="24" y="124" class="textInfoStyle">Designed by hyochan</text></a>
271+ <a href="https://stats.hyo.dev " target="_blank"><text id="textInfo" x="24" y="124" class="textInfoStyle">Designed by hyochan</text></a>
272272 </g>
273273 <!-- START of Animation -->
274274 <!-- Hexagon Base Animation -->
@@ -291,7 +291,7 @@ export const renderGithubStatsSvg = ({
291291 <!-- Tier Animation -->
292292 <animate begin="1.50s" xlink:href="#currentTierImage" attributeName="opacity" attributeType="XML" dur="0.3s" fill="freeze" from="0" to="1"/>
293293 <animate begin="1.50s" xlink:href="#textTierLabel" attributeName="opacity" attributeType="XML" dur="0.8s" fill="freeze" from="0" to="1"/>
294- <!-- stats.dooboo.io Text Animation -->
294+ <!-- stats.hyo.dev Text Animation -->
295295 <animate begin="1.70s" xlink:href="#doobooText" attributeName="opacity" attributeType="XML" dur="0.5s" fill="freeze" from="0" to="1"/>
296296 <!-- END of Animation -->
297297</svg>
@@ -621,7 +621,7 @@ export const renderGithubStatsSvgWithLangs = ({
621621 </foreignObject>
622622 </g>
623623 <g id="doobooText" opacity="0">
624- <a href="https://stats.dooboo.io " target="_blank"><text id="textInfo" x="326" y="188" class="textInfoStyle" text-anchor="end">Designed by hyochan</text></a>
624+ <a href="https://stats.hyo.dev " target="_blank"><text id="textInfo" x="326" y="188" class="textInfoStyle" text-anchor="end">Designed by hyochan</text></a>
625625 </g>
626626 <!-- START of Animation -->
627627 <!-- Hexagon Base Animation -->
@@ -655,7 +655,7 @@ export const renderGithubStatsSvgWithLangs = ({
655655 <animate begin="1.60s" xlink:href="#mostUsedLanguageLine6" attributeName="opacity" attributeType="XML" dur="0.30s" fill="freeze" from="0" to="1"/>
656656 <!-- Language Text Animation -->
657657 <animate begin="1.60s" xlink:href="#mostUsedLanguageTextGroup" attributeName="opacity" attributeType="XML" dur="0.60s" fill="freeze" from="0" to="1"/>
658- <!-- stats.dooboo.io Text Animation -->
658+ <!-- stats.hyo.dev Text Animation -->
659659 <animate begin="1.60s" xlink:href="#doobooText" attributeName="opacity" attributeType="XML" dur="0.90s" fill="freeze" from="0" to="1"/>
660660 <!-- END of Animation -->
661661 </svg>
0 commit comments