diff --git a/apps/web/src/components/app-switcher.tsx b/apps/web/src/components/app-switcher.tsx
index ec7e97d..cd1c682 100644
--- a/apps/web/src/components/app-switcher.tsx
+++ b/apps/web/src/components/app-switcher.tsx
@@ -59,10 +59,10 @@ export function AppSwitcher() {
align="start"
sideOffset={4}
>
-
- {config.menuLabel}
-
+
+ {config.menuLabel}
+
{config.apps.map((app) => {
const Icon = APP_SWITCHER_ICONS[app.icon]
const isCurrent = app.id === CURRENT_APP_ID
@@ -78,7 +78,11 @@ export function AppSwitcher() {
}
return (
- }>
+ }
+ >
{app.name}
{app.shortcut ? (