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 dccc1be commit d8acae4Copy full SHA for d8acae4
app/docs/v1-1-features/page.tsx
@@ -6,7 +6,7 @@
6
'use client';
7
8
import Navigation from '@/components/Navigation';
9
-import { Sparkles } from 'phosphor-react';
+import { Sparkle } from 'phosphor-react';
10
11
export default function V11FeaturesPage() {
12
return (
@@ -16,7 +16,7 @@ export default function V11FeaturesPage() {
16
{/* Header */}
17
<div className="mb-8">
18
<div className="flex items-center gap-4 mb-4">
19
- <Sparkles size={48} weight="duotone" className="text-green-400" />
+ <Sparkle size={48} weight="duotone" className="text-green-400" />
20
<h1 className="text-5xl font-bold">v1.1 Features</h1>
21
</div>
22
<p className="text-gray-400">Enhanced formatting, unicode support, and security improvements</p>
0 commit comments