|
6 | 6 | 'use client'; |
7 | 7 |
|
8 | 8 | import Navigation from '@/components/Navigation'; |
9 | | -import { Rocket, ChartBar, FlowArrow, Code, CheckCircle, Warning, Star, Confetti } from 'phosphor-react'; |
| 9 | +import { Rocket, CheckCircle, Warning, Star, Confetti } from 'phosphor-react'; |
10 | 10 |
|
11 | 11 | export default function V1ReleaseNotesPage() { |
12 | 12 | return ( |
@@ -36,11 +36,11 @@ export default function V1ReleaseNotesPage() { |
36 | 36 | </p> |
37 | 37 | </section> |
38 | 38 |
|
39 | | - {/* What's New */} |
| 39 | + {/* What's New */} |
40 | 40 | <section className="mb-12"> |
41 | 41 | <h2 className="text-4xl font-bold mb-6 border-b-2 border-white pb-2 flex items-center gap-3"> |
42 | 42 | <Rocket size={36} weight="duotone" /> |
43 | | - What's New |
| 43 | + What's New |
44 | 44 | </h2> |
45 | 45 |
|
46 | 46 | {/* @chart blocks */} |
@@ -273,7 +273,10 @@ export default function V1ReleaseNotesPage() { |
273 | 273 | <h4 className="font-bold mb-2">Recommended Updates:</h4> |
274 | 274 | <ol className="list-decimal list-inside space-y-2 text-gray-300"> |
275 | 275 | <li>Update packages: <code className="bg-black px-2 py-1">npm update omniscript-*</code></li> |
276 | | - <li>Add version to @meta: <code className="bg-black px-2 py-1">version: "1.0";</code></li> |
| 276 | + <li> |
| 277 | + Add version to @meta:{' '} |
| 278 | + <code className="bg-black px-2 py-1">version: "1.0";</code> |
| 279 | + </li> |
277 | 280 | <li>Explore new blocks (@chart, @diagram, @code)</li> |
278 | 281 | </ol> |
279 | 282 | </div> |
@@ -340,11 +343,11 @@ export default function V1ReleaseNotesPage() { |
340 | 343 | </div> |
341 | 344 | </section> |
342 | 345 |
|
343 | | - {/* What's Next */} |
| 346 | + {/* What's Next */} |
344 | 347 | <section className="mb-12"> |
345 | 348 | <h2 className="text-4xl font-bold mb-6 border-b-2 border-white pb-2 flex items-center gap-3"> |
346 | 349 | <Star size={36} weight="duotone" /> |
347 | | - What's Next (v1.1) |
| 350 | + What's Next (v1.1) |
348 | 351 | </h2> |
349 | 352 |
|
350 | 353 | <div className="border-2 border-blue-500 p-6"> |
@@ -375,7 +378,7 @@ export default function V1ReleaseNotesPage() { |
375 | 378 | <h2 className="text-4xl font-bold mb-6 border-b-2 border-white pb-2">Thank You</h2> |
376 | 379 | <div className="bg-gray-900 p-6"> |
377 | 380 | <p className="text-xl text-gray-300 mb-4"> |
378 | | - Thank you for using OmniScript Format! We're excited to see what you build with v1.0. |
| 381 | + Thank you for using OmniScript Format! We're excited to see what you build with v1.0. |
379 | 382 | </p> |
380 | 383 | <p className="text-gray-300"> |
381 | 384 | <strong>Happy documenting!</strong> 🚀 |
|
0 commit comments