This commit is contained in:
Peer Richelsen 2021-09-22 22:38:20 +01:00 committed by GitHub
parent 51752bd2bd
commit 4f964533cf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -71,7 +71,7 @@ const AvailableTimes = ({
})}
{!loading && !error && !slots.length && (
<div className="w-full h-full flex flex-col justify-center content-center items-center -mt-4">
<h1 className="text-xl text-black dark:text-white">All booked today.</h1>
<h1 className="my-6 text-xl text-black dark:text-white">All booked today.</h1>
</div>
)}