mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-02-14 20:22:10 +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
|
<Lottie
|
||||||
animationData={cloudAnimation}
|
animationData={cloudAnimation}
|
||||||
loop
|
loop={false}
|
||||||
autoplay
|
autoplay
|
||||||
style={{ width: 26, position: "absolute", top: -3 }}
|
style={{ width: 26, position: "absolute", top: -3 }}
|
||||||
/>
|
/>
|
||||||
|
|
|
@ -202,7 +202,7 @@ export default function GameDetails() {
|
||||||
top: -28,
|
top: -28,
|
||||||
left: -27,
|
left: -27,
|
||||||
}}
|
}}
|
||||||
loop
|
loop={false}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
{t("next_suggestion")}
|
{t("next_suggestion")}
|
||||||
|
|
Loading…
Reference in a new issue