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 79f91f8 commit 89ba3ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/nextjs/components/scaffold-eth/Address.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ export const Address = ({
/>
</div>
<div className="flex flex-col">
{label && <div className="text-[2.5vw] sm:text-[10px] font-normal text-zinc-400 uppercase tracking-widest">{label}</div>}
{label && <div className="text-[2.2vw] sm:text-[10px] font-normal text-zinc-400 uppercase tracking-widest">{label}</div>}
<div className="flex flex-row">
{disableAddressLink || !blockExplorerAddressLink ? (
<span className={`text-[2.8vw] w-full sm:text-${size} font-normal`}>{displayAddress}</span>
Expand Down

0 comments on commit 89ba3ed

Please sign in to comment.