Skip to content

Commit

Permalink
fix: only show avatars in desktop
Browse files Browse the repository at this point in the history
  • Loading branch information
dyersituations committed Jan 8, 2024
1 parent 324bb89 commit 4adf0ff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/Teams/TeamGoal.vue
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@

<div class="tw-flex tw-flex-row tw-justify-between tw-mt-1 tw-items-center tw-text-secondary">
<div class="tw-flex tw-items-center">
<div class="tw-hidden md:tw-flex tw-shrink-0">
<div class="tw-hidden lg:tw-flex tw-shrink-0">
<img
v-for="(lender, i) in participationLendersDisplayed"
:key="lender.id"
Expand All @@ -66,7 +66,7 @@
:style="{ 'z-index': participationLendersDisplayed.length - i }"
>
</div>
<span class="tw-whitespace-nowrap tw-text-ellipsis tw-overflow-hidden md:tw-px-1">
<span class="tw-whitespace-nowrap tw-text-ellipsis tw-overflow-hidden lg:tw-px-1">
{{ participationTotalCount }} members participating
</span>
</div>
Expand Down

0 comments on commit 4adf0ff

Please sign in to comment.