Skip to content

Commit

Permalink
fixed image width display
Browse files Browse the repository at this point in the history
  • Loading branch information
baufaker committed Nov 1, 2024
1 parent ccdfd76 commit 71bb948
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions components/ui/UserAssociatedSignup.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,7 @@ function UserAssociatedSignup() {
<Image
src={associationLogo}
alt={"logo associação"}
width={117}
height={32}
width={179}
/>
</div>
<span>
Expand Down

0 comments on commit 71bb948

Please sign in to comment.