aboutsummaryrefslogtreecommitdiffstats
path: root/apps/web/components/shared
diff options
context:
space:
mode:
Diffstat (limited to 'apps/web/components/shared')
-rw-r--r--apps/web/components/shared/sidebar/Sidebar.tsx4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/web/components/shared/sidebar/Sidebar.tsx b/apps/web/components/shared/sidebar/Sidebar.tsx
index bd5d23e6..2e3cd9e7 100644
--- a/apps/web/components/shared/sidebar/Sidebar.tsx
+++ b/apps/web/components/shared/sidebar/Sidebar.tsx
@@ -16,9 +16,9 @@ export default async function Sidebar({
const { t } = await useTranslation();
return (
- <aside className="flex h-[calc(100vh-64px)] w-60 flex-col gap-5 border-r p-4 ">
+ <aside className="flex h-[calc(100vh-64px)] w-60 flex-col gap-5 border-r p-4">
<div>
- <ul className="space-y-2 text-sm font-medium">
+ <ul className="space-y-2 text-sm">
{items(t).map((item) => (
<SidebarItem
key={item.name}