aboutsummaryrefslogtreecommitdiff
path: root/src/app/components/workInProgress
diff options
context:
space:
mode:
Diffstat (limited to 'src/app/components/workInProgress')
-rw-r--r--src/app/components/workInProgress/page.jsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/app/components/workInProgress/page.jsx b/src/app/components/workInProgress/page.jsx
index 0af0a98..66d1e22 100644
--- a/src/app/components/workInProgress/page.jsx
+++ b/src/app/components/workInProgress/page.jsx
@@ -1,7 +1,7 @@
const WorkInProgress = async () => {
return (
<main className="h-screen w-screen flex flex-col items-center justify-center">
- <p className="text-sky-400 uppercase">
+ <p className="text-sky-400 uppercase text-center">
This section is undergoing a complete overhaul. Sorry for the
inconvenience.
</p>