Skip to content

Commit

Permalink
chore: 🤖 updated interactivity example lottie
Browse files Browse the repository at this point in the history
  • Loading branch information
afsalz committed Sep 6, 2023
1 parent faddcb3 commit 87b92f5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file not shown.
2 changes: 1 addition & 1 deletion apps/dotlottie-playground/src/app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import '@dotlottie/react-player/dist/index.css';

const SAMPLE_FILES = [
{ name: 'toggle.lottie', path: `${import.meta.env.BASE_URL}toggle.lottie` },
{ name: 'lf_interactivity_page.lottie', path: `${import.meta.env.BASE_URL}lf_interactivity_page.lottie` },
{ name: 'interactivity_example.lottie', path: `${import.meta.env.BASE_URL}interactivity_example.lottie` },
{ name: 'aniki_hamster.lottie', path: `${import.meta.env.BASE_URL}aniki_hamster.lottie` },
];

Expand Down

0 comments on commit 87b92f5

Please sign in to comment.