Skip to content

Commit

Permalink
fix: use flex-wrap
Browse files Browse the repository at this point in the history
  • Loading branch information
bigint committed Aug 18, 2022
1 parent 3f59cae commit 8030886
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Profile/Badges/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ const Badges: FC<Props> = ({ profile }) => {
return (
<>
<div className="w-full divider" />
<div className="flex flex-row gap-3">
<div className="flex flex-wrap gap-3">
<ProofOfHumanity profile={profile} />
<Ens profile={profile} />
<Sybil profile={profile} />
Expand Down

0 comments on commit 8030886

Please sign in to comment.