diff options
| author | real-zephex <[email protected]> | 2024-05-24 23:24:27 +0530 |
|---|---|---|
| committer | real-zephex <[email protected]> | 2024-05-24 23:24:27 +0530 |
| commit | 31c8da42dcf905c9fd9eafcf41cff30c0f988333 (patch) | |
| tree | 6972dd7595c1669a5c73ab930b9d32a6d433578e /src/app/components/workInProgress | |
| parent | ✨ feat(ui): 🎨 migrate from vanilla css to tailwind css, adopted next ui ... (diff) | |
| download | dramalama-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.jsx | 2 |
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> |