mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-01-23 13:34:54 +03:00
feat: disable lottie loop on game page
This commit is contained in:
parent
0ad1a2e3fe
commit
8dd29c7461
@ -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 New Issue
Block a user