We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e727d5 commit c502313Copy full SHA for c502313
1 file changed
src/app/about/page.tsx
@@ -31,7 +31,7 @@ export default function About() {
31
<ol className="list-inside list-decimal text-sm text-center sm:text-left font-[family-name:var(--font-geist-mono)]">
32
<li className="mb-2">
33
Get started by editing{' '}
34
- <code className="bg-black/5 dark:bg-white/6 px-1 py-0.5 rounded font-semibold">src/app/page.tsx</code>.
+ <code className="bg-black/5 dark:bg-white/[0.06] px-1 py-0.5 rounded font-semibold">src/app/page.tsx</code>.
35
</li>
36
<li>Save and see your changes instantly.</li>
37
</ol>
0 commit comments