Skip to content

Commit

Permalink
DOC-705
Browse files Browse the repository at this point in the history
Update global header banner to promote new Token Manager.
  • Loading branch information
gfletcher-cll authored Jan 15, 2025
1 parent a381b44 commit 8da8d93
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/features/notifications/data/index.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import { BannerContent } from "../components/HeaderBanner"

export const NotificationData: BannerContent = {
description: "Chainlink Certifications are live.",
description: "The CCIP Token Manager is now live.",
type: "info",
linkText: "Get certified today.",
linkUrl: "https://dev.chain.link/certification?utm_medium=referral&utm_source=docs&utm_content=banner",
linkText: "Try it now.",
linkUrl: "https://tokenmanager.chain.link/",
}

0 comments on commit 8da8d93

Please sign in to comment.