mirror of
https://github.com/lukevella/rallly.git
synced 2025-07-30 06:29:11 +02:00
Use prettier to order tailwind classes
This commit is contained in:
parent
c5c2816c3d
commit
eee23c1bb5
52 changed files with 268 additions and 262 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue