Skip to content

Commit

Permalink
refactor: change domain webring
Browse files Browse the repository at this point in the history
  • Loading branch information
dvgamerr committed Mar 2, 2024
1 parent 1958d41 commit 445368f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/components/SectionFooter.astro
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ const getYear = (new Date()).getFullYear()
<div class="row">
<div class="col-36">
<div class="copytext">
&copy; {getYear} <b>TOUNO.io</b> sponsor by
<a href="https://sponsor.touno.io/" target="_blank">Kananek T.</a> and
<a href="https://webring.wonderful.software#mr.touno.io">
&copy; {getYear} <b>dvgamerr</b> sponsor by
<a href="https://sponsor.dvgamerr.app/" target="_blank">Kananek T.</a> and
<a href="https://webring.wonderful.software#dvgamerr.app">
webring <Image alt="webring" src={webring} width={14} height={14} style="margin-top: -.2em">
</a> v{version}
</div>
Expand Down

0 comments on commit 445368f

Please sign in to comment.