summaryrefslogtreecommitdiff
path: root/src/components/RightNavigationComponentLink.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/RightNavigationComponentLink.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/RightNavigationComponentLink.astro')
-rw-r--r--src/components/RightNavigationComponentLink.astro7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/components/RightNavigationComponentLink.astro b/src/components/RightNavigationComponentLink.astro
deleted file mode 100644
index cda2cb7..0000000
--- a/src/components/RightNavigationComponentLink.astro
+++ /dev/null
@@ -1,7 +0,0 @@
----
-const { href } = Astro.props;
----
-<div class="text-pagodagreen group hover:text-pagodapurple-shine bg-black p-1 flex flex-row gap-2 justify-start transition-all ease-in-out hover:gap-4 duration-300 font-semibold first:rounded-tl-xl">
- <span class="text-black group-hover:text-pagodapurple-shine">▎</span>
- <a href={href}><slot /></a>
-</div>