Spotify integration

This commit is contained in:
2025-06-03 14:31:38 -06:00
parent 9491ef1c40
commit 7e2a8e3bf7
9 changed files with 513 additions and 37 deletions

View File

@ -1,5 +1,6 @@
---
import { Icon } from 'astro-icon/components';
import SpotifyIcon from './SpotifyIcon';
---
<div class="flex flex-row gap-1 sm:gap-4 text-3xl">
@ -38,4 +39,6 @@ import { Icon } from 'astro-icon/components';
>
<Icon name="simple-icons:bluesky" />
</a>
<SpotifyIcon profileUrl="https://open.spotify.com/user/31pjwuuqwnn5zr7fnhfjjmi7c4bi?si=1be2bfdc844c4d85" client:load />
</div>