Skip to content

Commit b2528fc

Browse files
style: use inline code blocks for filenames in quickstart steps
1 parent da39353 commit b2528fc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

website/components/Quickstart.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -195,14 +195,14 @@ export default function Quickstart() {
195195
<div className="mt-8 flex flex-col sm:flex-row items-center justify-center gap-4 text-sm text-[var(--chocolate-brown)]">
196196
<div className="flex items-center gap-2">
197197
<span className="w-6 h-6 rounded-full bg-[var(--burnt-sienna)] text-white flex items-center justify-center text-xs font-bold">1</span>
198-
<span>Add STYLE_GUIDE.md to your repo</span>
198+
<span>Add <code className="bg-[var(--chocolate-brown)] text-[var(--warm-cream)] px-1.5 py-0.5 rounded text-xs font-mono">STYLE_GUIDE.md</code> to your repo</span>
199199
</div>
200200
<svg className="w-4 h-4 hidden sm:block opacity-40" fill="none" stroke="currentColor" viewBox="0 0 24 24">
201201
<path strokeLinecap="round" strokeLinejoin="round" strokeWidth={2} d="M9 5l7 7-7 7" />
202202
</svg>
203203
<div className="flex items-center gap-2">
204204
<span className="w-6 h-6 rounded-full bg-[var(--burnt-sienna)] text-white flex items-center justify-center text-xs font-bold">2</span>
205-
<span>Add workflow to .github/workflows/</span>
205+
<span>Add workflow to <code className="bg-[var(--chocolate-brown)] text-[var(--warm-cream)] px-1.5 py-0.5 rounded text-xs font-mono">.github/workflows/</code></span>
206206
</div>
207207
<svg className="w-4 h-4 hidden sm:block opacity-40" fill="none" stroke="currentColor" viewBox="0 0 24 24">
208208
<path strokeLinecap="round" strokeLinejoin="round" strokeWidth={2} d="M9 5l7 7-7 7" />

0 commit comments

Comments
 (0)