Skip to content

Commit

Permalink
make url more visible
Browse files Browse the repository at this point in the history
  • Loading branch information
notionparallax committed Oct 2, 2020
1 parent 3a31e7a commit 590f2aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configuratorPage/App.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@

<!-- <p>alt text: {altText}</p> -->

<p><a href={url} target="_blank"><code>{url}</code></a></p>
<div class="the-url"><a href={url} target="_blank"><code>{@html url.replace("&","<wbr>&")}</code></a></div>

<figure>
<img alt="A pronoun badge that reads {altText}" src={url} />
Expand Down

0 comments on commit 590f2aa

Please sign in to comment.