Validate thumbnails #1755
1 changed files with 8 additions and 6 deletions
|
@ -106,13 +106,15 @@ 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>
|
||||||
<Button
|
<div className="card__actions">
|
||||||
button="link"
|
<Button
|
||||||
label={__('New thumbnail')}
|
button="link"
|
||||||
onClick={resetThumbnailStatus}
|
label={__('New thumbnail')}
|
||||||
/>
|
onClick={resetThumbnailStatus}
|
||||||
|
/>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
)}
|
)}
|
||||||
|
|
Loading…
Reference in a new issue