From e71d61bd3f7960d2e8dd4fea29311abece316d6f Mon Sep 17 00:00:00 2001 From: Korbs Date: Wed, 11 Dec 2024 20:41:30 -0500 Subject: [PATCH] Highlight selected document --- src/components/Sidebar.astro | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/components/Sidebar.astro b/src/components/Sidebar.astro index 5fa6994..2a90055 100755 --- a/src/components/Sidebar.astro +++ b/src/components/Sidebar.astro @@ -7,4 +7,9 @@ import { SiteSettings, SidebarItems } from '@config' {SidebarItems.map((item) => ( item.heading ?

{item.heading}

: {item.text} ))} - \ No newline at end of file + + + \ No newline at end of file