diff --git a/apps/web/components/layout/Sidebar.tsx b/apps/web/components/layout/Sidebar.tsx index e413abf..d782fa9 100644 --- a/apps/web/components/layout/Sidebar.tsx +++ b/apps/web/components/layout/Sidebar.tsx @@ -29,7 +29,7 @@ const NAV: NavSection[] = [ items: [ { label: "Кнопки", href: "/components/buttons" }, { label: "Форм-контролы", href: "/components/forms" }, - { label: "Карточки", href: "/components/cards", soon: true }, + { label: "Карточки", href: "/components/cards" }, { label: "Бейджи и теги", href: "/components/badges", soon: true }, { label: "Алерты", href: "/components/alerts", soon: true }, { label: "Модальные окна", href: "/components/modals", soon: true }, @@ -170,7 +170,7 @@ export function Sidebar() { color: "var(--bb-sidebar-text-muted)", }} > - Sprint 3 · v0.3.0 + Sprint 4 · v0.4.0 );