mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-22 15:17:53 -05:00
Make desc1a bold
Made desc1a bold in order to emphasize it, and added a line break betwwen regestrationDelayed and connectNow
This commit is contained in:
parent
952f95c784
commit
4c0e13a154
1 changed files with 2 additions and 0 deletions
|
@ -29,6 +29,7 @@ const ConferenceSplash = () => (
|
|||
<section className="conf2020-panel mod-desc">
|
||||
<p className="conf2020-panel-desc">
|
||||
<FormattedMessage id="conference-2020.desc1" />
|
||||
<strong><FormattedMessage id="conference-2020.desc1a" /></strong>
|
||||
<br />
|
||||
<br />
|
||||
<FormattedMessage id="conference-2020.desc2" />
|
||||
|
@ -92,6 +93,7 @@ const ConferenceSplash = () => (
|
|||
<br />
|
||||
<FormattedMessage id="conference-2020.registrationDelayed" />
|
||||
<br />
|
||||
<br />
|
||||
<FormattedMessage
|
||||
id="conference-2020.connectNow"
|
||||
values={{
|
||||
|
|
Loading…
Reference in a new issue