Skip to content

Commit

Permalink
feat: disable lottie loop on game page
Browse files Browse the repository at this point in the history
  • Loading branch information
zamitto committed Oct 24, 2024
1 parent 0ad1a2e commit 8dd29c7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ export function GameDetailsContent() {
>
<Lottie
animationData={cloudAnimation}
loop
loop={false}
autoplay
style={{ width: 26, position: "absolute", top: -3 }}
/>
Expand Down
2 changes: 1 addition & 1 deletion src/renderer/src/pages/game-details/game-details.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ export default function GameDetails() {
top: -28,
left: -27,
}}
loop
loop={false}
/>
</div>
{t("next_suggestion")}
Expand Down

0 comments on commit 8dd29c7

Please sign in to comment.