update message for not available

pull/321/head
femyeda 2021-06-28 11:01:07 -05:00
parent f853865600
commit 8020576b06
1 changed files with 1 additions and 1 deletions

View File

@ -102,7 +102,7 @@ const AvailableTimes = (props) => {
))}
{!error && loaded && times.length == 0 && (
<div className="w-full h-full flex flex-col justify-center content-center items-center -mt-4">
<h1 className="text-xl font">{props.user.name} is all booked today.</h1>
<h1 className="text-xl font">{props.user.name} isn&apos;t available at this time.</h1>
</div>
)}
{!error && !loaded && <div className="loader" />}