Skip to content

Commit

Permalink
chore: update notification chips
Browse files Browse the repository at this point in the history
  • Loading branch information
jrgarciadev committed Feb 18, 2025
1 parent cfea6f0 commit 7a43925
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 8 deletions.
8 changes: 3 additions & 5 deletions apps/docs/components/marketing/hero/hero.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
6 changes: 3 additions & 3 deletions apps/docs/components/navbar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 7a43925

Please sign in to comment.