diff --git a/src/components/WorkInProgress.tsx b/src/components/WorkInProgress.tsx index b129808..e846985 100644 --- a/src/components/WorkInProgress.tsx +++ b/src/components/WorkInProgress.tsx @@ -3,13 +3,15 @@ import type {FunctionComponent} from "react"; const WorkInProgress: FunctionComponent = () => { return
-

Work In Progress

+ className="bg-zinc-850 border border-zinc-700 rounded-md max-w-[23rem] sm:max-w-[25rem] mx-3 w-full p-5 flex flex-col items-center justify-center"> + + Work In Progress +

This website is a work-in progress.
Unfortunately, this page hasn't been finished yet. Check back later. -

+

}