diff options
| author | real-zephex <[email protected]> | 2024-04-12 14:06:09 +0530 |
|---|---|---|
| committer | real-zephex <[email protected]> | 2024-04-12 14:06:09 +0530 |
| commit | 8384b873a00b54190456c1274ec0b5654265b13f (patch) | |
| tree | 7ba378b9d7723b6c655273f456ca6e67c710df69 /src/app/manga/page.jsx | |
| parent | minor fixes (diff) | |
| download | dramalama-8384b873a00b54190456c1274ec0b5654265b13f.tar.xz dramalama-8384b873a00b54190456c1274ec0b5654265b13f.zip | |
minor fixes
Diffstat (limited to 'src/app/manga/page.jsx')
| -rw-r--r-- | src/app/manga/page.jsx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/app/manga/page.jsx b/src/app/manga/page.jsx index 8f4db8c..bab74a7 100644 --- a/src/app/manga/page.jsx +++ b/src/app/manga/page.jsx @@ -2,6 +2,8 @@ import styles from "./manga.module.css"; import Image from "next/image"; import SearchBar from "./searchBar"; +// This is the landing page for the manga section. Nothing much here but my only complaint is the loading time for the svg. It's too big but idk how to fix it. I mean I could use a png but then the quality is not good. Will keep it like this for the time being + export default async function Manga() { return ( <div className={styles.Main}> |