mirror of
https://github.com/pupperpowell/bibdle.git
synced 2026-02-04 10:54:44 -05:00
added bluesky profile link
This commit is contained in:
@@ -1,5 +1,6 @@
|
|||||||
<script lang="ts">
|
<script lang="ts">
|
||||||
import { fade } from "svelte/transition";
|
import { fade } from "svelte/transition";
|
||||||
|
import BlueskyLogo from "$lib/assets/Bluesky_Logo.svg";
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<!-- <div
|
<!-- <div
|
||||||
@@ -24,5 +25,19 @@
|
|||||||
<!-- <p class="text-4xl font-triodion font-black text-gray-800 tabular-nums">
|
<!-- <p class="text-4xl font-triodion font-black text-gray-800 tabular-nums">
|
||||||
|
|
||||||
</p> -->
|
</p> -->
|
||||||
|
|
||||||
|
<!-- Bluesky Social Media Button -->
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="mt-8">
|
||||||
|
<a
|
||||||
|
href="https://bsky.app/profile/snail.city"
|
||||||
|
target="_blank"
|
||||||
|
rel="noopener noreferrer"
|
||||||
|
class="inline-flex items-center justify-center hover:opacity-80 transition-opacity"
|
||||||
|
aria-label="Follow on Bluesky"
|
||||||
|
>
|
||||||
|
<img src={BlueskyLogo} alt="Bluesky" class="w-8 h-8" />
|
||||||
|
</a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user