Skip to content
This repository has been archived by the owner on Sep 2, 2024. It is now read-only.

Commit

Permalink
fix: dropdown image size
Browse files Browse the repository at this point in the history
  • Loading branch information
reneaaron committed Jun 11, 2024
1 parent 0835997 commit 1cb7632
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/src/screens/channels/NewChannel.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -257,12 +257,12 @@ function NewChannelInternal({ network }: { network: Network }) {
value={getPeerKey(peer)}
key={getPeerKey(peer)}
>
<div className="flex items-center space-between gap-3 w-full">
<div className="flex items-center gap-3">
<div className="flex items-center gap-3">
{peer.name !== "Custom" && (
<img
src={peer.image}
className="w-12 h-12 object-contain"
className="w-8 h-8 object-contain"
/>
)}
<div>
Expand Down

0 comments on commit 1cb7632

Please sign in to comment.