Skip to content

Commit

Permalink
fix: pr comments tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
roger-in-kiva committed Nov 11, 2024
1 parent feafcdb commit 0cfc2ea
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions src/components/MyKiva/BadgeTile.vue
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,14 @@
v-if="tileLoader"
class="!tw-h-14 !tw-w-full md:!tw-w-1/2"
/>
<div
v-else
class="tw-cursor-pointer md:tw-w-1/2"
@click="badgeClicked"
>
<div v-else>
<h4 class="tw-mb-1">
you’re almost there
</h4>
<div class="tw-bg-white tw-p-2 tw-rounded">
<div
class="tw-bg-white tw-p-2 tw-rounded md:tw-w-1/2 tw-cursor-pointer"
@click="badgeClicked"
>
<div class="tw-flex tw-items-center tw-gap-2">
<BadgeContainer
v-if="badgeShape"
Expand Down

0 comments on commit 0cfc2ea

Please sign in to comment.