Skip to content

Commit

Permalink
Merge pull request #53 from harad1/main
Browse files Browse the repository at this point in the history
Tweaks to the Dashboard UI
  • Loading branch information
baileypumfleet authored Apr 20, 2021
2 parents 6b3ba4e + 8b4ef30 commit 026e547
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ export default function Home(props) {
<Shell heading="Dashboard">
<div className="grid grid-cols-3 gap-4">
<div className="col-span-2">
<div className="bg-white shadow sm:rounded-lg">
<div className="bg-white shadow rounded-lg">
<div className="px-4 py-5 sm:p-6">
<h3 className="text-lg leading-6 font-medium text-gray-900">
Welcome to Calendso!
Expand All @@ -44,7 +44,7 @@ export default function Home(props) {
</div>
</div>
<div>
<div className="bg-white rounded-lg shadow px-5 py-6 sm:px-6">
<div className="bg-white rounded-lg shadow px-5 py-6 md:py-7 sm:px-6">
<div className="mb-8 sm:flex sm:items-center sm:justify-between">
<h3 className="text-lg leading-6 font-medium text-gray-900">
Your integrations
Expand Down

1 comment on commit 026e547

@vercel
Copy link

@vercel vercel bot commented on 026e547 Apr 20, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.