-
Lugar disponÃvel hoje
+
+
Lugar disponÃvel hoje
@@ -44,3 +44,4 @@ export const ServiceList = ({
))}
);
+
diff --git a/web/src/components/layout/Shell.tsx b/web/src/components/layout/Shell.tsx
index a2f7377..70d4d0a 100644
--- a/web/src/components/layout/Shell.tsx
+++ b/web/src/components/layout/Shell.tsx
@@ -5,7 +5,7 @@ export function Shell() {
return (
<>
-
+
>
diff --git a/web/src/components/ui/tabs.tsx b/web/src/components/ui/tabs.tsx
index 6a6ecbe..ac781a5 100644
--- a/web/src/components/ui/tabs.tsx
+++ b/web/src/components/ui/tabs.tsx
@@ -3,13 +3,13 @@ import { cn } from '../../lib/cn';
type Tab = { id: string; label: string; badge?: number };
export const Tabs = ({ tabs, active, onChange, className }: { tabs: Tab[]; active: string; onChange: (id: string) => void; className?: string }) => (
-
+
{tabs.map((t) => (