diff --git a/src/components/WorkInProgress.tsx b/src/components/WorkInProgress.tsx index e846985..aa041b2 100644 --- a/src/components/WorkInProgress.tsx +++ b/src/components/WorkInProgress.tsx @@ -3,7 +3,7 @@ import type {FunctionComponent} from "react"; const WorkInProgress: FunctionComponent = () => { return
+ className="bg-zinc-850 border border-zinc-700 rounded-md max-w-[23rem] sm:max-w-[25rem] lg:max-w-[30rem] mx-3 w-full p-5 flex flex-col items-center justify-center"> Work In Progress