Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
gane5h committed Dec 5, 2023
1 parent 4b12cdc commit 563cc8d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -462,7 +462,7 @@ export const TokenTransfersListView: React.FC<TokenTransfersListViewProps> = ({
<div className="flex flex-wrap place-content-between gap-2">
<AccountCardView address={address} />
<div className="lg:max-w-[15rem]] w-full rounded border p-2 md:max-w-[15rem]">
<div className="flex items-center space-x-1">
<div className="items-center space-x-1">
<span>Network</span>
<div className="float-right">
<div className="flex">
Expand Down

0 comments on commit 563cc8d

Please sign in to comment.