diff options
| author | real-zephex <[email protected]> | 2024-04-08 01:51:13 +0530 |
|---|---|---|
| committer | real-zephex <[email protected]> | 2024-04-08 01:51:13 +0530 |
| commit | 498121d145844cd8ff28279a49c43dfbfb080299 (patch) | |
| tree | 49c12a98752d7f9fe531e26c0a2bfe1070c4b412 /src/app/manga/loading.jsx | |
| parent | minor fix (diff) | |
| download | dramalama-498121d145844cd8ff28279a49c43dfbfb080299.tar.xz dramalama-498121d145844cd8ff28279a49c43dfbfb080299.zip | |
small chanegs here and there, manga and anime pages are currently broken. changed the image proxy to cloudflare workers.
Diffstat (limited to 'src/app/manga/loading.jsx')
| -rw-r--r-- | src/app/manga/loading.jsx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/app/manga/loading.jsx b/src/app/manga/loading.jsx index 74b0e05..8f7f837 100644 --- a/src/app/manga/loading.jsx +++ b/src/app/manga/loading.jsx @@ -1,9 +1,9 @@ -import styles from "./manga.module.css"; +import styles from "./loading.module.css"; export default function Loading() { return ( - <div className={styles.LoadingContainer}> - <p>Please wait while we are loading your content....</p> + <div className={styles.Main}> + <div className={styles.LoadingContainer}></div> </div> ); } |