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/NavigationComponentLink.astro | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 src/components/NavigationComponentLink.astro (limited to 'src/components/NavigationComponentLink.astro') diff --git a/src/components/NavigationComponentLink.astro b/src/components/NavigationComponentLink.astro new file mode 100644 index 0000000..30fa456 --- /dev/null +++ b/src/components/NavigationComponentLink.astro @@ -0,0 +1,8 @@ +--- +const { href } = Astro.props; +--- + +
+ + +
\ No newline at end of file -- cgit v1.2.3