Skip to content

Commit

Permalink
Merge pull request #558 from secondl1ght/5-connectors-per-row
Browse files Browse the repository at this point in the history
Change grid to allow 5 connectors per row
  • Loading branch information
bumi committed Jan 31, 2022
2 parents 83e8121 + 8f6a64e commit 2f39513
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/screens/Onboard/ChooseConnector/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ export default function ChooseConnector({ title, description }: Props) {
</p>
)}
</div>
<div className="grid grid-cols-4 gap-4">
<div className="grid grid-cols-5 gap-5">
{connectors.map(({ to, title, description, logo }) => (
<LinkButton
key={to}
Expand Down

0 comments on commit 2f39513

Please sign in to comment.