mirror of
https://github.com/nextui-org/nextui.git
synced 2025-12-08 19:26:11 +00:00
chore: update notification chips
This commit is contained in:
parent
cfea6f02b0
commit
7a439258f2
@ -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>
|
||||
|
||||
@ -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
|
||||
HeroUI v2.7.0
|
||||
<span aria-label="emoji" role="img">
|
||||
🔥
|
||||
</span>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user