Fix footer content

This commit is contained in:
Haitao Pan 2026-01-14 11:40:35 +08:00
parent 0ec2ddb83c
commit 07e05b74fc
2 changed files with 2 additions and 2 deletions

View File

@ -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: '#' },

View File

@ -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',
},
],
}