mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-23 23:57:55 -05:00
Gray spinner for asl video
This commit is contained in:
parent
220511ee07
commit
36158b3952
1 changed files with 3 additions and 0 deletions
|
@ -1005,6 +1005,7 @@ class AnnualReport extends React.Component {
|
|||
buttonMessage={
|
||||
this.props.intl.formatMessage({id: 'annualReport.2021.watchVideo'})
|
||||
}
|
||||
spinnerColor="transparent-gray"
|
||||
thumbnail="/images/annual-report/2021/2_Access Section/Deaf Kids Code Video.png"
|
||||
videoId="i2g46ikddf"
|
||||
thumbnailWidth="580"
|
||||
|
@ -1025,6 +1026,7 @@ class AnnualReport extends React.Component {
|
|||
buttonMessage={
|
||||
this.props.intl.formatMessage({id: 'annualReport.2021.watchVideo'})
|
||||
}
|
||||
spinnerColor="transparent-gray"
|
||||
thumbnail="/images/annual-report/2021/2_Access Section/Deaf Kids Code Video.png"
|
||||
videoId="i2g46ikddf"
|
||||
thumbnailWidth="400"
|
||||
|
@ -1042,6 +1044,7 @@ class AnnualReport extends React.Component {
|
|||
buttonMessage={
|
||||
this.props.intl.formatMessage({id: 'annualReport.2021.watchVideo'})
|
||||
}
|
||||
spinnerColor="transparent-gray"
|
||||
thumbnail="/images/annual-report/2021/2_Access Section/Deaf Kids Code Video.png"
|
||||
videoId="i2g46ikddf"
|
||||
thumbnailWidth="300"
|
||||
|
|
Loading…
Reference in a new issue