From 5dba2d8cedf46798fc197de4856409124a65ce4e Mon Sep 17 00:00:00 2001 From: Bobby Date: Mon, 12 May 2025 18:59:23 +0530 Subject: added sidebar and related components --- src/components/RightNavigationComponentLink.astro | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 src/components/RightNavigationComponentLink.astro (limited to 'src/components/RightNavigationComponentLink.astro') diff --git a/src/components/RightNavigationComponentLink.astro b/src/components/RightNavigationComponentLink.astro new file mode 100644 index 0000000..cda2cb7 --- /dev/null +++ b/src/components/RightNavigationComponentLink.astro @@ -0,0 +1,7 @@ +--- +const { href } = Astro.props; +--- +
+ + +
-- cgit v1.2.3