diff --git a/components/right-sidebar.tsx b/components/right-sidebar.tsx index 46c9ebe..e245f3c 100644 --- a/components/right-sidebar.tsx +++ b/components/right-sidebar.tsx @@ -7,8 +7,9 @@ export function RightSidebar() { const tags = getAllTagsWithCount().slice(0, 30); return ( - ); }