Merge pull request #351 from scratchfoundation/ck/jr-428/space-between-texts-and-links

[JR-428] There should be space between text and links on website tips and activities pages
This commit is contained in:
Caitlin Kilroy 2023-05-18 09:51:50 -04:00 committed by GitHub
commit e997b170f8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -42,7 +42,7 @@ const LinkedSectionItem = ({
</TxDiv>
</Link>
<div className="content-section-item-description">
{description || children}
{description || children} &nbsp;
<Link to={linkURL}>
{linkText}
</Link>

View file

@ -47,7 +47,7 @@ const StaticLinkSectionItem = ({
</div>
</a>
<div className="content-section-item-description">
{description || children}
{description || children} &nbsp;
<a
href={linkURL}
rel="noopener noreferrer"