Skip to content

Commit

Permalink
fix(EditProfileBanner): add object-cover class
Browse files Browse the repository at this point in the history
  • Loading branch information
BrickheadJohnny committed Sep 12, 2024
1 parent 3536bd8 commit e6409b5
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ export const EditProfileBanner = ({
style={{
filter: "brightness(50%)",
}}
className="size-full object-cover"
/>
) : (
<div
Expand Down

0 comments on commit e6409b5

Please sign in to comment.