We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d76873 commit a71f367Copy full SHA for a71f367
1 file changed
packages/docs/app/page.tsx
@@ -179,7 +179,7 @@ export default function HomePage() {
179
{/* Glass badge */}
180
<div className="inline-flex items-center gap-2 rounded-full px-4 py-2 text-sm text-muted-foreground mb-8 bg-background/60 backdrop-blur-xl border border-white/20 dark:border-white/10 shadow-lg">
181
<Sparkles className="h-4 w-4 text-violet-500" />
182
- <span>Block-based markdown for the modern web</span>
+ <span>Block-based markdown for modern web</span>
183
</div>
184
185
<h1 className="text-4xl font-bold tracking-tight sm:text-5xl md:text-6xl lg:text-7xl">
0 commit comments