mirror of
https://codeberg.org/demostf/frontend.git
synced 2026-06-04 02:34:13 +02:00
This commit is contained in:
parent
5ed8dea705
commit
dc990db7f1
3 changed files with 14 additions and 2 deletions
|
|
@ -24,7 +24,7 @@ export function AnalyseMenu(props: AnalyseMenuProps) {
|
|||
|
||||
return (<div class="analyse-menu">
|
||||
<Show when={props.speed != 1}>
|
||||
<div class="speed">Playing at <span>{props.speed}x</span></div>
|
||||
<div class="speed">Playing at <span>{props.speed}×</span></div>
|
||||
</Show>
|
||||
<Show when={props.inShared}>
|
||||
<div class="share shared">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue