Skip to content

Commit 4c3d4d6

Browse files
tbjersclaude
andcommitted
Remove dead s.code reference and orphaned CSS in HowItWorks
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent c931ca3 commit 4c3d4d6

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

src/lib/components/HowItWorks.svelte

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,7 @@
2929
<div class="step">
3030
<span class="num mono">{s.num}</span>
3131
<h3 class="mono">{s.title}</h3>
32-
<p>
33-
{s.body}
34-
{#if s.code}<br /><code class="mono">{s.code}</code>{/if}
35-
</p>
32+
<p>{s.body}</p>
3633
</div>
3734
{/each}
3835
</div>
@@ -50,7 +47,6 @@
5047
.num { font-size: 13px; font-weight: 700; color: var(--primary); border-top: 2px solid var(--primary); padding-top: 14px; display: inline-block; }
5148
.step h3 { font-size: 17px; font-weight: 600; margin: 14px 0 8px; }
5249
.step p { font-size: 13.5px; line-height: 1.6; color: var(--muted); margin: 0; }
53-
.step code { display: inline-block; margin-top: 8px; font-size: 12px; background: var(--elevated); padding: 4px 8px; border-radius: 5px; color: var(--text); }
5450
5551
@media (max-width: 760px) { .steps { grid-template-columns: 1fr; gap: 28px; } }
5652
</style>

0 commit comments

Comments
 (0)