aboutsummaryrefslogtreecommitdiffstats
path: root/apps/web/components/dashboard/sidebar/ModileSidebarItem.tsx
diff options
context:
space:
mode:
authorMohamedBassem <me@mbassem.com>2024-03-26 02:26:33 +0000
committerMohamedBassem <me@mbassem.com>2024-03-26 02:27:55 +0000
commitd1e8b0017dee12e04dbad9e85f7a8b497e584d1b (patch)
treeecf1cb4b9ec291776dada965179a2cf9652cc537 /apps/web/components/dashboard/sidebar/ModileSidebarItem.tsx
parent4ab081511b328085d6c7c9990da2abc1a6e920e1 (diff)
downloadkarakeep-d1e8b0017dee12e04dbad9e85f7a8b497e584d1b.tar.zst
ui: Migrate to the new logo everywhere
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>