Skip to content

Commit

Permalink
Update Address.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
KyngKai909 authored Apr 8, 2024
1 parent 8b81c73 commit 3f49aff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/nextjs/components/scaffold-eth/Address.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ export const Address = ({
<BlockieAvatar
address={address}
ensImage={ensAvatar}
size={(blockieSizeMap[size] * 36) / blockieSizeMap["base"]}
size={(blockieSizeMap[size] * 32) / blockieSizeMap["base"]}
/>
</div>
<div className="flex flex-col">
Expand All @@ -108,7 +108,7 @@ export const Address = ({
</span>
) : (
<a
className={`text-[2.8vw] w-full sm:text-${size} font-normal`}
className={`text-[3vw] w-full sm:text-${size} font-normal`}
target="_blank"
href={blockExplorerAddressLink}
rel="noopener noreferrer"
Expand Down

0 comments on commit 3f49aff

Please sign in to comment.