Use prettier to order tailwind classes

This commit is contained in:
Luke Vella 2022-04-16 10:25:29 +01:00
parent c5c2816c3d
commit eee23c1bb5
52 changed files with 268 additions and 262 deletions

View file

@ -5,9 +5,9 @@ import { isInMaintenanceMode } from "../utils/constants";
const Maintenance: NextPage = () => {
return (
<div className="h-full bg-gray-100 flex flex-col justify-center items-center">
<div className="bg-white text-center p-8 rounded-lg border shadow-sm w-96">
<Logo className="h-8 inline-block text-indigo-500 mb-4" />
<div className="flex h-full flex-col items-center justify-center bg-gray-100">
<div className="w-96 rounded-lg border bg-white p-8 text-center shadow-sm">
<Logo className="mb-4 inline-block h-8 text-indigo-500" />
<div className="">
The site is currently under maintenance and will be back shortly
</div>