Skip to content

Commit

Permalink
Corrected all look issues
Browse files Browse the repository at this point in the history
  • Loading branch information
anoopkarnik committed Jul 12, 2024
1 parent 991666f commit 3c2e0a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/dashboard-app/app/(dashboard)/connections/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ const Connections = () => {
<div>
Connect all your apps directly from here. You may need to connect these apps regularly to refresh verfication.
</div>
<div className='flex mt-10 flex-wrap gap-4'>
<div className='mt-10 grid grid-cols-1 md:grid-cols-2 xl:grid-cols-3 gap-4'>
{CONNECTIONS.map((connection) => (
<ConnectionClient
key={connection.title}
Expand Down

0 comments on commit 3c2e0a6

Please sign in to comment.