Skip to content

Commit

Permalink
Fixes issue where avatars were being shown in mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
wess authored and TorstenDittmann committed Nov 6, 2023
1 parent 3cde9cd commit 7c55cc0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
</DropList>
<div class="u-margin-inline-start-auto">
<div class="u-flex u-gap-16">
<a href={`${path}/members`}>
<a href={`${path}/members`} class="is-not-mobile">
<AvatarGroup size={40} {avatars} total={$members?.total ?? 0} />
</a>
<Button secondary on:click={() => newMemberModal.set(true)}>
Expand Down

1 comment on commit 7c55cc0

@vercel
Copy link

@vercel vercel bot commented on 7c55cc0 Nov 6, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.