diff --git a/lib/data.ts b/lib/data.ts index 8480ad7..201d9d6 100644 --- a/lib/data.ts +++ b/lib/data.ts @@ -7,7 +7,7 @@ export const NAV_LINKS = [ { href: "/", label: "首页", external: false }, { href: "https://nav.hackrobot.cn", label: "游民导航", external: true }, { href: "https://hackrobot.cn", label: "地理套利", external: true }, - { href: "https://nomadyt.com/", label: "同城沙龙", external: true }, + { href: "https://salon.hackrobot.cn", label: "同城沙龙", external: true }, { href: "https://digital.hackrobot.cn", label: "学习路径", external: true }, { href: "https://vip.hackrobot.cn", label: "会员社区", external: true }, { href: "/about", label: "关于", external: false }, @@ -46,7 +46,7 @@ export const ENTRY_CARDS = [ label: "同城沙龙", title: "线下连接与交流", description: "城市聚会、主题沙龙、同频人面对面", - href: "https://nomadyt.com/", + href: "https://salon.hackrobot.cn", icon: "Users", accent: "amber", }, @@ -103,7 +103,7 @@ export const ENTRY_PATHS = [ title: "同城沙龙 · 线下连接", description: "适合想参加城市聚会、主题沙龙、面对面交流的人", cta: "探索同城活动", - href: "https://nomadyt.com/", + href: "https://salon.hackrobot.cn", icon: "Users", accent: "amber", },