Fix footer content
This commit is contained in:
parent
0ec2ddb83c
commit
07e05b74fc
@ -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: '#' },
|
||||
|
||||
@ -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',
|
||||
},
|
||||
],
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user