Skip to content

Commit f254a8c

Browse files
Work around Astro preserving newlines
"Astro is not like JSX." This Prettier-style wrapping generated unwanted additional link underline.
1 parent c0ce7af commit f254a8c

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

src/components/resume/experiences.astro

+2-6
Original file line numberDiff line numberDiff line change
@@ -24,18 +24,14 @@ import Time from './time.astro'
2424
<a
2525
class='link'
2626
href='https://github.com/john-kurkowski/tldextract'
27-
>
28-
tldextract
29-
</a>{' '}
27+
>tldextract</a>
3028
Python library to parse URLs (35k+ dependents).
3129
</li>
3230
<li>
3331
<a
3432
class='link'
3533
href='https://github.com/john-kurkowski/music'
36-
>
37-
music
38-
</a>{' '}
34+
>music</a>
3935
Python CLI to publish my music (100+ hours error-prone clicks
4036
saved).
4137
</li>

0 commit comments

Comments
 (0)