mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-23 15:47:53 -05:00
Fixes issue on EV3
This commit is contained in:
parent
1ac4598dca
commit
eadc133cec
2 changed files with 2 additions and 1 deletions
|
@ -106,6 +106,7 @@
|
|||
display: flex;
|
||||
margin-bottom: 2rem;
|
||||
color: $ui-white;
|
||||
width: 100%;
|
||||
|
||||
img {
|
||||
padding-right: .5rem;
|
||||
|
|
|
@ -39,7 +39,7 @@ class EV3 extends ExtensionLanding {
|
|||
renderCopy={
|
||||
<FlexRow className="column extension-copy">
|
||||
<h1><img
|
||||
alt=""
|
||||
alt="ev3.svg"
|
||||
src="/images/ev3/ev3.svg"
|
||||
/>LEGO MINDSTORMS EV3</h1>
|
||||
<FormattedMessage
|
||||
|
|
Loading…
Reference in a new issue