Skip to content

Commit

Permalink
nit: vcenter user wallet
Browse files Browse the repository at this point in the history
  • Loading branch information
0x0ece committed Apr 6, 2024
1 parent 893ce16 commit 4539612
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/src/app/ui/ui-layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ export function UiLayout({ children }: { children: ReactNode }) {
</Link>
</HeaderNavigation>
<HeaderGlobalBar>
<span style={{ fontSize: "0.875rem", }}>{ellipsify(publicKey?.toString() || "")}</span>
<span style={{ fontSize: "0.875rem", margin: "auto 0" }}>{ellipsify(publicKey?.toString() || "")}</span>
<HeaderGlobalAction
aria-label={!publicKey ? "Connect Wallet" : "Account"}
tooltipAlignment="end"
Expand Down

0 comments on commit 4539612

Please sign in to comment.