Skip to content

Commit ab4f5c7

Browse files
committed
chore: update ui
1 parent 80dd366 commit ab4f5c7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/ui/components/AddressInputBar/index.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,8 +114,9 @@ export const AddressInputBar = ({
114114

115115
{parseAddress && (
116116
<div
117-
className="flex py-1 px-5 bg-stone-800"
117+
className="flex py-1 px-5 bg-stone-800 items-center"
118118
style={{ borderTopWidth: 1, borderColor: 'rgba(255,255,255,0.1)' }}>
119+
<div className="px-2">{'->'}</div>
119120
<AddressText address={parseAddress} />
120121
</div>
121122
)}

0 commit comments

Comments
 (0)