mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-22 15:17:53 -05:00
Move space out of l10n string and into JSX
This commit is contained in:
parent
4c0e13a154
commit
e8d58c6884
2 changed files with 2 additions and 2 deletions
|
@ -28,7 +28,7 @@ const ConferenceSplash = () => (
|
|||
<div className="inner">
|
||||
<section className="conf2020-panel mod-desc">
|
||||
<p className="conf2020-panel-desc">
|
||||
<FormattedMessage id="conference-2020.desc1" />
|
||||
<FormattedMessage id="conference-2020.desc1" />{' '}
|
||||
<strong><FormattedMessage id="conference-2020.desc1a" /></strong>
|
||||
<br />
|
||||
<br />
|
||||
|
|
Loading…
Reference in a new issue