This commit is contained in:
eric
2026-03-27 18:38:36 -05:00
parent 326bad4336
commit 759875ec36
4 changed files with 414 additions and 233 deletions

View File

@@ -15,7 +15,7 @@ export function TopicComingSoon({ topicId }: TopicComingSoonProps) {
<section className="border-t border-[var(--border)] py-16 md:py-24">
<div className="mx-auto max-w-2xl px-4 text-center sm:px-6">
<div className="mb-6 text-6xl">{config.icon}</div>
<h2 className="mb-4 text-xl font-bold sm:text-2xl">线</h2>
<h2 className="mb-4 text-xl font-bold sm:text-2xl"></h2>
<p className="mb-8 text-[var(--muted-foreground)]">{config.desc}</p>
<Link
href={config.externalUrl}