diff options
| author | real-zephex <[email protected]> | 2024-04-04 23:00:53 +0530 |
|---|---|---|
| committer | real-zephex <[email protected]> | 2024-04-04 23:00:53 +0530 |
| commit | b7e29a3d67e3e214ba1c958478092ee4075e8171 (patch) | |
| tree | 01c6ee062f728aa771e9d6ce28edbdc68ca5fdd1 /src/app/components/header/header.jsx | |
| parent | UI Upgrades for anime section. (diff) | |
| download | dramalama-b7e29a3d67e3e214ba1c958478092ee4075e8171.tar.xz dramalama-b7e29a3d67e3e214ba1c958478092ee4075e8171.zip | |
inmidst of rewriting the kdrama section. will complete it soon
Diffstat (limited to 'src/app/components/header/header.jsx')
| -rw-r--r-- | src/app/components/header/header.jsx | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/app/components/header/header.jsx b/src/app/components/header/header.jsx index 286aed6..b105bb6 100644 --- a/src/app/components/header/header.jsx +++ b/src/app/components/header/header.jsx @@ -16,14 +16,14 @@ export default function Header() { </Link> <div className={styles.rightNav}> <Link href="/anime"> - <p>Anime</p> + <p>anime</p> </Link> <Link href="/manga"> - <p>Manga</p> + <p>manga</p> + </Link> + <Link href="/kdrama"> + <p>kdrama</p> </Link> - {/* <Link href="/kdrama"> - <p>Kdrama</p> - </Link> */} </div> </div> <hr style={{ marginTop: "-3px" }} /> |