diff --git a/web/components/layout/tabs.tsx b/web/components/layout/tabs.tsx index 575a9f0b..45b6a7d7 100644 --- a/web/components/layout/tabs.tsx +++ b/web/components/layout/tabs.tsx @@ -17,31 +17,35 @@ export function Tabs(props: { tabs: Tab[]; defaultIndex?: number }) { return (
- +
+ +
{activeTab.content}