Skip to content

Commit

Permalink
chore: update the new banner (#3352)
Browse files Browse the repository at this point in the history
  • Loading branch information
SiTaggart authored Jul 26, 2023
1 parent 6f74497 commit 0d73d66
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions packages/paste-website/src/components/homepage/HomeHero.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -77,18 +77,18 @@ const HomeHero = (): JSX.Element => {
<NewIcon decorative />
New
</Badge>
<NewComponentBannerText>Check out our newest Foundations page,</NewComponentBannerText>
<NewComponentBannerText>The Navigation UI Kit,</NewComponentBannerText>
<NewComponentBannerLink
href="/foundations/typography"
href="/patterns/navigation"
onClick={() =>
event({
category: 'Hero',
action: 'click-new-banner',
label: 'Typography page',
label: 'Navigation page',
})
}
>
Typography guidelines!
check it out!
</NewComponentBannerLink>
</NewComponentBanner>
<Text
Expand Down

0 comments on commit 0d73d66

Please sign in to comment.