summaryrefslogtreecommitdiff
path: root/src/components/NavigationComponentLink.astro
diff options
context:
space:
mode:
authorBobby <[email protected]>2026-02-27 13:38:06 +0530
committerBobby <[email protected]>2026-02-27 13:38:06 +0530
commit968c54505dc53a787967a87b4a6bcc2e2475cd47 (patch)
tree0047d7b36c5444fd204387fc0481e6b2139e386f /src/components/NavigationComponentLink.astro
parent9246437b4b9f56af9c8671a9b26d37323829bb32 (diff)
downloadpagoda-968c54505dc53a787967a87b4a6bcc2e2475cd47.tar.xz
pagoda-968c54505dc53a787967a87b4a6bcc2e2475cd47.zip
fresh start: archive old astro site, add nekoweb deploy pipeline
Diffstat (limited to 'src/components/NavigationComponentLink.astro')
-rw-r--r--src/components/NavigationComponentLink.astro8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/components/NavigationComponentLink.astro b/src/components/NavigationComponentLink.astro
deleted file mode 100644
index 30fa456..0000000
--- a/src/components/NavigationComponentLink.astro
+++ /dev/null
@@ -1,8 +0,0 @@
----
-const { href } = Astro.props;
----
-
-<div class="text-pagodagreen group hover:text-pagodagreen-shine bg-black py-1 flex flex-row gap-2 justify-end transition-all ease-in-out hover:gap-4 duration-300 font-semibold first:rounded-tr-xl">
- <a href={href}><slot /></a>
- <span class="text-black group-hover:text-pagodapink-shine">▎</span>
-</div> \ No newline at end of file