feat: disable lottie loop on game page

This commit is contained in:
Zamitto 2024-10-24 20:56:29 -03:00
parent 0ad1a2e3fe
commit 8dd29c7461
2 changed files with 2 additions and 2 deletions

View File

@ -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 }}
/> />

View File

@ -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")}