Merge pull request #844 from openreplay/fix-autoplay
fix(ui) - autoplay modal
This commit is contained in:
commit
4eb25ea62a
1 changed files with 2 additions and 2 deletions
|
|
@ -51,8 +51,8 @@ function AutoplayTimer({ nextId, siteId, history }: IProps) {
|
|||
<Button variant="primary">Play Now</Button>
|
||||
</Link>
|
||||
</div>
|
||||
<div className="mt-2 flex items-center">
|
||||
<span className="color-gray-medium">Turn on/off auto-replay in <Icon name="ellipsis-v" className="mx-2" /> More options</span>
|
||||
<div className="mt-2 flex items-center color-gray-dark">
|
||||
Turn on/off auto-replay in <Icon name="ellipsis-v" className="mx-1" /> More options
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue