Skip to content

Commit a71c5c3

Browse files
committed
missed this in the initial review - we don't use bold text anywhere any more
1 parent 5781b45 commit a71c5c3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

apps/svelte.dev/src/routes/docs/RemovedPage.svelte

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,7 @@
3434
<ul>
3535
{#each docs.values() as [title, href]}
3636
<li>
37-
<span style="font-weight:bold">{title}</span> is now
38-
<a {href}>here</a>
37+
<a {href}>{title}</a>
3938
</li>
4039
{/each}
4140
</ul>

0 commit comments

Comments
 (0)