Skip to content

Commit 8ccc4c4

Browse files
authored
fix(text): space missing in link tag generator text (#209)
Co-authored-by: Kenneth Mitchell <kenneth@interledger.org>
1 parent c72a347 commit 8ccc4c4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

frontend/app/routes/link-tag.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,15 +26,15 @@ export default function LinkTag() {
2626
<LinkTagGenerator />
2727
<div className="flex-grow flex-shrink-0 basis-0 max-w-[1280px] text-center">
2828
<p className="text-style-body-standard !text-field-helpertext-default">
29-
After generating your
29+
After generating your&nbsp;
3030
<span className="text-style-body-standard !text-text-buttons-default">
3131
&lt;link&gt;
3232
</span>
33-
tag, add the tag to the
33+
&nbsp;tag, add the tag to the&nbsp;
3434
<span className="text-style-body-standard !text-text-buttons-default">
3535
&lt;head&gt;
3636
</span>
37-
section of your website.
37+
&nbsp;section of your website.
3838
<br />
3939
Visit our&nbsp;
4040
<a

0 commit comments

Comments
 (0)