From 7a439258f2cdecdec6d706b53db69fc4a852d67b Mon Sep 17 00:00:00 2001 From: Junior Garcia Date: Tue, 18 Feb 2025 18:12:13 -0300 Subject: [PATCH] chore: update notification chips --- apps/docs/components/marketing/hero/hero.tsx | 8 +++----- apps/docs/components/navbar.tsx | 6 +++--- 2 files changed, 6 insertions(+), 8 deletions(-) diff --git a/apps/docs/components/marketing/hero/hero.tsx b/apps/docs/components/marketing/hero/hero.tsx index 0a011384e3..19f728b3f7 100644 --- a/apps/docs/components/marketing/hero/hero.tsx +++ b/apps/docs/components/marketing/hero/hero.tsx @@ -39,13 +39,11 @@ export const Hero = () => { content: "font-semibold text-foreground text-xs ", }} color="primary" - href="/blog/introducing-heroui" + href="/blog/v2.7.0" variant="flat" - onClick={() => - handlePressAnnouncement("Introducing HeroUI", "/blog/introducing-heroui") - } + onClick={() => handlePressAnnouncement("HeroUI v2.7.0", "/blog/v2.7.0")} > - Introducing HeroUI  + HeroUI v2.7.0  🔥 diff --git a/apps/docs/components/navbar.tsx b/apps/docs/components/navbar.tsx index 1c2cedec0c..c74a4f79a1 100644 --- a/apps/docs/components/navbar.tsx +++ b/apps/docs/components/navbar.tsx @@ -220,11 +220,11 @@ export const Navbar: FC = ({children, routes, mobileRoutes = [], sl content: "font-semibold text-foreground text-xs ", }} color="primary" - href="/blog/introducing-heroui" + href="/blog/v2.7.0" variant="flat" - onClick={() => handlePressNavbarItem("Introducing HeroUI", "/blog/introducing-heroui")} + onClick={() => handlePressNavbarItem("HeroUI v2.7.0", "/blog/v2.7.0")} > - Introducing HeroUI  + HeroUI v2.7.0  🔥