's'
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user