mirror of
https://github.com/scratchfoundation/scratchjr-website.git
synced 2025-08-28 22:30:12 -04:00
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:
commit
e997b170f8
2 changed files with 2 additions and 2 deletions
|
@ -42,7 +42,7 @@ const LinkedSectionItem = ({
|
|||
</TxDiv>
|
||||
</Link>
|
||||
<div className="content-section-item-description">
|
||||
{description || children}
|
||||
{description || children}
|
||||
<Link to={linkURL}>
|
||||
{linkText}
|
||||
</Link>
|
||||
|
|
|
@ -47,7 +47,7 @@ const StaticLinkSectionItem = ({
|
|||
</div>
|
||||
</a>
|
||||
<div className="content-section-item-description">
|
||||
{description || children}
|
||||
{description || children}
|
||||
<a
|
||||
href={linkURL}
|
||||
rel="noopener noreferrer"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue