diff options
| author | real-zephex <[email protected]> | 2024-03-21 20:32:24 +0530 |
|---|---|---|
| committer | real-zephex <[email protected]> | 2024-03-21 20:32:24 +0530 |
| commit | 5f20a05ad663a546e0f42ce1bc0ec3543e400fd7 (patch) | |
| tree | c96aa2a3f4b5bf27950ab3d767743389186026b2 /src/app/kdrama/page.jsx | |
| parent | took down the anime page (diff) | |
| download | dramalama-5f20a05ad663a546e0f42ce1bc0ec3543e400fd7.tar.xz dramalama-5f20a05ad663a546e0f42ce1bc0ec3543e400fd7.zip | |
ughh
Diffstat (limited to 'src/app/kdrama/page.jsx')
| -rw-r--r-- | src/app/kdrama/page.jsx | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/app/kdrama/page.jsx b/src/app/kdrama/page.jsx index 129c913..1cf9f2b 100644 --- a/src/app/kdrama/page.jsx +++ b/src/app/kdrama/page.jsx @@ -48,6 +48,17 @@ export default function Kdrama() { return ( <main className="main"> + <p + style={{ + color: "white", + fontFamily: "Kanit", + textAlign: "center", + fontSize: 18, + }} + > + The backend is facing some issues right now. Please try again + after some time. + </p> <div className="sC"> <FaSearch className="searchIcon" /> <input |