Skip to content

Commit

Permalink
fix: address popover did padding (#620)
Browse files Browse the repository at this point in the history
Signed-off-by: Urban Vidovič <[email protected]>
  • Loading branch information
pseudobun authored Apr 11, 2024
1 parent 3b56e6f commit 5e589a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/dapp/src/components/AddressPopover/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ const AddressPopover = ({ did, disconnect }: AddressPopoverProps) => {
<div className="dark:text-navy-blue-100 text-sm text-gray-700">
DID
</div>
<div className="mt-2 flex items-center justify-center">
<div className="mt-2 flex items-center justify-left">
{did ? (
<a
href={`https://dev.uniresolver.io/#${did}`}
Expand Down

0 comments on commit 5e589a8

Please sign in to comment.