diff options
Diffstat (limited to 'src')
| -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 |