Revert button order changes in VideoPlayer
This commit is contained in:
@@ -62,14 +62,14 @@ export default function VideoPlayer({ src, variant = 'wide', quizLink }: Props)
|
|||||||
/>
|
/>
|
||||||
{ended && (
|
{ended && (
|
||||||
<div className="video-overlay">
|
<div className="video-overlay">
|
||||||
|
<button className="button" onClick={handleReplay}>
|
||||||
|
Play again
|
||||||
|
</button>
|
||||||
{quizLink && (
|
{quizLink && (
|
||||||
<Link className="button button--primary" to={quizLink}>
|
<Link className="button button--primary" to={quizLink}>
|
||||||
Start quiz
|
Start quiz
|
||||||
</Link>
|
</Link>
|
||||||
)}
|
)}
|
||||||
<button className="button" onClick={handleReplay}>
|
|
||||||
Play again
|
|
||||||
</button>
|
|
||||||
</div>
|
</div>
|
||||||
)}
|
)}
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user