Skip to content

Commit

Permalink
update support message (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
Pyreko authored Dec 28, 2023
1 parent c4fb6ee commit d9f27e2
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions site/src/lib/components/Iwys.svelte
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
<script lang="ts">
const SPOTIFY_LINK = 'https://open.spotify.com/artist/7y1hO3QeftnOJmWCbzeZav';
const TWITTER_LINK = 'https://twitter.com/irys_en';
const YOUTUBE_LINK = 'https://www.youtube.com/@IRyS';
</script>

<div>
<p>
Subscribe to IRyS on <a
href="https://www.youtube.com/channel/UC8rcEBzJSleTkf_-agPM20g"
target="_blank"
rel="noopener noreferrer">YouTube</a
>
and follow her on
<a href="https://twitter.com/irys_en" target="_blank" rel="noopener noreferrer">Twitter</a>!
Support IRyS on <a href={YOUTUBE_LINK} target="_blank" rel="noopener noreferrer">YouTube</a>,
<a href={TWITTER_LINK} target="_blank" rel="noopener noreferrer">Twitter</a>, and
<a href={SPOTIFY_LINK} target="_blank" rel="noopener noreferrer">Spotify</a>!
</p>
</div>

Expand Down

0 comments on commit d9f27e2

Please sign in to comment.