aboutsummaryrefslogtreecommitdiffstats
path: root/apps/web/components/dashboard/sidebar/ModileSidebarItem.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'apps/web/components/dashboard/sidebar/ModileSidebarItem.tsx')
-rw-r--r--apps/web/components/dashboard/sidebar/ModileSidebarItem.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/web/components/dashboard/sidebar/ModileSidebarItem.tsx b/apps/web/components/dashboard/sidebar/ModileSidebarItem.tsx
index 3382f47b..4d3436ea 100644
--- a/apps/web/components/dashboard/sidebar/ModileSidebarItem.tsx
+++ b/apps/web/components/dashboard/sidebar/ModileSidebarItem.tsx
@@ -19,7 +19,7 @@ export default function MobileSidebarItem({
path == currentPath ? "bg-background" : "",
)}
>
- <Link href={path} className="mx-auto px-3 py-2">
+ <Link href={path} className="m-auto px-3 py-2">
{logo}
</Link>
</li>