From 8da8d93bea20c114e40c040ab70216984d9514f8 Mon Sep 17 00:00:00 2001 From: gfletcher-cll Date: Wed, 15 Jan 2025 12:02:04 -0800 Subject: [PATCH] DOC-705 Update global header banner to promote new Token Manager. --- src/features/notifications/data/index.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/features/notifications/data/index.ts b/src/features/notifications/data/index.ts index 560a97534ab..360037c69e8 100644 --- a/src/features/notifications/data/index.ts +++ b/src/features/notifications/data/index.ts @@ -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/", }