From 2069ce8877bd4716910005a914c9faf5c9a49d79 Mon Sep 17 00:00:00 2001 From: dharamveergit Date: Tue, 7 Jan 2025 12:40:38 +0530 Subject: [PATCH] Update descriptions for network items in header popovers for clarity and relevance --- src/components/header/popovers/links.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/header/popovers/links.tsx b/src/components/header/popovers/links.tsx index 9afeb245..2e830f1c 100644 --- a/src/components/header/popovers/links.tsx +++ b/src/components/header/popovers/links.tsx @@ -233,7 +233,7 @@ export const networkItems: NavItem[] = [ { icon: Codesandbox, title: "Providers", - description: "Your customers' data will be safe and secure", + description: "Explore network providers and capacity", link: "/about/providers/", }, { @@ -255,7 +255,7 @@ export const networkItems: NavItem[] = [ ), title: "AKT Token", - description: "Understand the role of AKT token", + description: "Learn more about the utility of AKT", link: "/token/", }, ];