chore: update notification chips

This commit is contained in:
Junior Garcia 2025-02-18 18:12:13 -03:00
parent cfea6f02b0
commit 7a439258f2
2 changed files with 6 additions and 8 deletions

View File

@ -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 
<span aria-label="emoji" role="img">
🔥
</span>

View File

@ -220,11 +220,11 @@ export const Navbar: FC<NavbarProps> = ({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&nbsp;
HeroUI v2.7.0&nbsp;
<span aria-label="emoji" role="img">
🔥
</span>