Skip to content

Commit

Permalink
<EthereumAccountOrContract>: transition resolved ENS name
Browse files Browse the repository at this point in the history
  • Loading branch information
darrylyeo committed Apr 27, 2023
1 parent be5e200 commit 2d7c3be
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/components/EthereumAccountOrContract.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,9 @@
{#if address}
<h2><Address {network} {address} /></h2>
{#if ensName}
<EnsName {ensName} showAvatar />
<span class="align-start" transition:scale|local>
<EnsName {ensName} showAvatar />
</span>
{/if}
{:else if ensName}
<h2><EnsName {ensName} showAvatar /></h2>
Expand Down

1 comment on commit 2d7c3be

@vercel
Copy link

@vercel vercel bot commented on 2d7c3be Apr 27, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

blockhead – ./

blockhead-darrylyeo.vercel.app
blockhead-git-main-darrylyeo.vercel.app
blockhead-phi.vercel.app

Please sign in to comment.