Skip to content

Commit

Permalink
fix: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian Bedon committed Nov 18, 2024
1 parent fa2dd07 commit 04de4f8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/components/MyKiva/BadgeContainer.vue
Original file line number Diff line number Diff line change
Expand Up @@ -230,12 +230,15 @@ const handleBadgeClick = () => {
0% {
background-image: url('/src/assets/images/my-kiva/rays/first.svg');
}
50% {
background-image: url('/src/assets/images/my-kiva/rays/second.svg');
}
99% {
background-image: url('/src/assets/images/my-kiva/rays/third.svg');
}
100% {
background-image: url('/src/assets/images/my-kiva/rays/first.svg');
}
Expand All @@ -245,6 +248,7 @@ const handleBadgeClick = () => {
0%, 99% {
@apply tw-opacity-full;
}
100% {
@apply tw-opacity-0;
}
Expand Down Expand Up @@ -274,6 +278,7 @@ const handleBadgeClick = () => {
0% {
@apply tw--top-full tw--left-full;
}
100% {
@apply tw-top-full tw-left-full;
}
Expand Down

0 comments on commit 04de4f8

Please sign in to comment.