[skip ci] Downgrade Lottie Player (#563)

Seems in 2.0.0 release they broke looping. Right now animation on https://tart.run/ is always looping even without `loop` property. I was able to disable it, so I just downgraded to the last known working version.
This commit is contained in:
Fedor Korotkov 2023-07-20 11:46:58 -04:00 committed by GitHub
parent 33ca96e1a0
commit d4fcecd47c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -81,7 +81,7 @@
}
</style>
<script src="https://unpkg.com/@dotlottie/player-component@latest/dist/dotlottie-player.js"></script>
<script src="https://unpkg.com/@dotlottie/player-component@1.4.0/dist/dotlottie-player.js"></script>
<!-- landing page for landing page -->
<!-- Hero -->