Validate thumbnails #1755
1 changed files with 8 additions and 6 deletions
|
@ -106,8 +106,9 @@ class SelectThumbnail extends React.PureComponent<Props, State> {
|
||||||
<div className="column__item">
|
<div className="column__item">
|
||||||
<p>
|
<p>
|
||||||
Upload complete.{' '}
|
Upload complete.{' '}
|
||||||
<Button button="link" href={thumbnail} label={__('View it on spee.ch')} />
|
<Button button="link" href={thumbnail} label={__('View it on spee.ch')} />.
|
||||||
</p>
|
</p>
|
||||||
|
<div className="card__actions">
|
||||||
<Button
|
<Button
|
||||||
button="link"
|
button="link"
|
||||||
label={__('New thumbnail')}
|
label={__('New thumbnail')}
|
||||||
|
@ -115,6 +116,7 @@ class SelectThumbnail extends React.PureComponent<Props, State> {
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
)}
|
)}
|
||||||
</React.Fragment>
|
</React.Fragment>
|
||||||
)}
|
)}
|
||||||
|
|
Loading…
Reference in a new issue