mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-02-12 19:22:28 +00:00
feat: disable lottie loop on game page
This commit is contained in:
parent
0ad1a2e3fe
commit
8dd29c7461
2 changed files with 2 additions and 2 deletions
|
@ -167,7 +167,7 @@ export function GameDetailsContent() {
|
|||
>
|
||||
<Lottie
|
||||
animationData={cloudAnimation}
|
||||
loop
|
||||
loop={false}
|
||||
autoplay
|
||||
style={{ width: 26, position: "absolute", top: -3 }}
|
||||
/>
|
||||
|
|
|
@ -202,7 +202,7 @@ export default function GameDetails() {
|
|||
top: -28,
|
||||
left: -27,
|
||||
}}
|
||||
loop
|
||||
loop={false}
|
||||
/>
|
||||
</div>
|
||||
{t("next_suggestion")}
|
||||
|
|
Loading…
Reference in a new issue