Skip to content
This repository has been archived by the owner on Dec 2, 2024. It is now read-only.

Commit

Permalink
Fix profile card border radius
Browse files Browse the repository at this point in the history
  • Loading branch information
dzbo committed Oct 25, 2024
1 parent d273e90 commit e615f50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/ProfileCard.vue
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ const hasFollowButton = computed(
:background-url="profileBackground?.url"
is-full-width
shadow="small"
:border-radius="isMobile ? 'none' : 'medium'"
:border-radius="isMobile ? 'none' : 'small'"
class="-mx-4 -mt-6 w-screen sm:mx-0 sm:mt-0 sm:w-full"
>
<div slot="header" class="relative flex size-full flex-col items-center">
Expand Down

0 comments on commit e615f50

Please sign in to comment.