aboutsummaryrefslogtreecommitdiff
path: root/src/app/components/workInProgress
diff options
context:
space:
mode:
authorreal-zephex <[email protected]>2024-05-24 23:24:27 +0530
committerreal-zephex <[email protected]>2024-05-24 23:24:27 +0530
commit31c8da42dcf905c9fd9eafcf41cff30c0f988333 (patch)
tree6972dd7595c1669a5c73ab930b9d32a6d433578e /src/app/components/workInProgress
parent✨ feat(ui): 🎨 migrate from vanilla css to tailwind css, adopted next ui ... (diff)
downloaddramalama-31c8da42dcf905c9fd9eafcf41cff30c0f988333.tar.xz
dramalama-31c8da42dcf905c9fd9eafcf41cff30c0f988333.zip
✅ fix(anime): fix continue watching functionality and minor tweaks
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>