diff --git a/src/components/Tabs/index.tsx b/src/components/Tabs/index.tsx index ba2a0f7..8456c6e 100644 --- a/src/components/Tabs/index.tsx +++ b/src/components/Tabs/index.tsx @@ -26,7 +26,7 @@ export default function Tabs({ return (
threshold ? '-translate-y-[calc(100%+12rem)]' : '' )} > @@ -45,13 +45,15 @@ export default function Tabs({
))}
= 0 ? activeIndex * (100 / tabs.length) : 0}%` }} > -
+
+
+
)