From 07e05b74fc5e1ec3d8be7c5b3c76bb0a3719cb42 Mon Sep 17 00:00:00 2001 From: Haitao Pan Date: Wed, 14 Jan 2026 11:40:35 +0800 Subject: [PATCH] Fix footer content --- src/components/Footer.tsx | 2 +- src/lib/marketingContent.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/Footer.tsx b/src/components/Footer.tsx index 3e90016..f74f645 100644 --- a/src/components/Footer.tsx +++ b/src/components/Footer.tsx @@ -7,7 +7,7 @@ export default function Footer() { const isDark = useThemeStore((state) => state.isDark) const toggleTheme = useThemeStore((state) => state.toggleTheme) const socials = [ - { label: 'GitHub', icon: Github, href: 'https://github.com/CloudNativeSuite/' }, + { label: 'GitHub', icon: Github, href: 'https://github.com/cloud-neutral-toolkit' }, { label: 'Repository', icon: Link, href: 'https://hub.docker.com/u/cloudneutral' }, { label: 'Docs', icon: BookOpen, href: '#' }, { label: 'Globe', icon: Globe, href: '#' }, diff --git a/src/lib/marketingContent.ts b/src/lib/marketingContent.ts index 8268db2..cf1ee69 100644 --- a/src/lib/marketingContent.ts +++ b/src/lib/marketingContent.ts @@ -184,7 +184,7 @@ const CONTACT_PANEL: ContactPanelContent = { bodyHtml: '点击链接访问 CloudNativeSuite GitHub,欢迎支持关注 Star,获取更多项目动态。', icon: 'star', ctaLabel: '访问 GitHub', - ctaHref: 'https://github.com/CloudNativeSuite', + ctaHref: 'https://github.com/cloud-neutral-toolkit', }, ], }