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