Skip to content

Commit

Permalink
fix: pr comment issues
Browse files Browse the repository at this point in the history
  • Loading branch information
roger-in-kiva committed Dec 2, 2024
1 parent ec57783 commit 1d4ef4a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/Thanks/MyKiva/ThanksBadges.vue
Original file line number Diff line number Diff line change
Expand Up @@ -455,8 +455,8 @@ watch(() => badgeData.value, () => {
.ray {
background: linear-gradient(180deg, rgba(241, 179, 67, 0.03) 0%,
rgba(241, 179, 67, 0.25) 50%, rgba(241, 179, 67, 0.03) 100%);
border-radius:80% 80% 0 0;
rgba(241, 179, 67, 0.25) 50%, rgba(241, 179, 67, 0.03) 100%);
border-radius:80% 80% 0 0;
animation: ray_anim 2.5s ease-in-out infinite;
@apply tw-absolute tw-ml-1;
}
Expand Down

0 comments on commit 1d4ef4a

Please sign in to comment.