File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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" />
You can’t perform that action at this time.
0 commit comments