diff --git a/.storybook/components/Roadmap/Roadmap.module.css b/.storybook/components/Roadmap/Roadmap.module.css index eecf328a..8ab0d07f 100644 --- a/.storybook/components/Roadmap/Roadmap.module.css +++ b/.storybook/components/Roadmap/Roadmap.module.css @@ -2,6 +2,10 @@ border: var(--table-border); border-radius: var(--kbq-size-s); inline-size: inherit; + + tbody tr:last-child td { + border-block-end: none; + } } .box { diff --git a/.storybook/components/Roadmap/Roadmap.tsx b/.storybook/components/Roadmap/Roadmap.tsx index de08c389..1240562e 100644 --- a/.storybook/components/Roadmap/Roadmap.tsx +++ b/.storybook/components/Roadmap/Roadmap.tsx @@ -5,7 +5,6 @@ import { ButtonToggleGroup, FlexBox, Table, - Alert, Typography, } from '@koobiq/react-components'; import { clsx } from '@koobiq/react-core'; @@ -30,12 +29,6 @@ export function Roadmap() { 2025 2026 - {selectedYear === '2026' && ( - - We're still working on the 2026 roadmap — we'll share an - update soon. - - )}