chore: move src link to footer

Changed files
+6 -1
src
components
+6 -1
src/components/Footer.astro
···
---
-
import { Heart, Rocket, Copyright } from "@lucide/astro"
+
import { Heart, Rocket, Copyright, Code } from "@lucide/astro"
---
<div class="flex justify-between bg-ctp-base p-6 pl-12 pr-12">
<span class="inline-flex gap-2">
Copyright
<Copyright size="20" class="stroke-ctp-text"/>
2026 Banana
+
</span>
+
<span class="inline-flex gap-2 items-center">
+
<a href="https://tangled.org/@banana.tngl.sh/mywebsite-2026"
+
class="text-xs text-ctp-overlay0 flex gap-1 hover:underline"><Code size="16" />src</a>
+
</span>
<span class="inline-flex gap-2">
Made with