diff options
| author | real-zephex <[email protected]> | 2024-05-19 08:00:13 +0530 |
|---|---|---|
| committer | real-zephex <[email protected]> | 2024-05-19 08:00:13 +0530 |
| commit | 6ef5bd54d5cdea80adc6972dbcb662908b3e39dd (patch) | |
| tree | 55c1c4ca2823ba62f2184d2de0ac29c4535117a5 /src/app/components | |
| parent | minor changes to the manga page (diff) | |
| download | dramalama-6ef5bd54d5cdea80adc6972dbcb662908b3e39dd.tar.xz dramalama-6ef5bd54d5cdea80adc6972dbcb662908b3e39dd.zip | |
added series support
Diffstat (limited to 'src/app/components')
| -rw-r--r-- | src/app/components/header/header.jsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/app/components/header/header.jsx b/src/app/components/header/header.jsx index c1fbc2d..ba9ff86 100644 --- a/src/app/components/header/header.jsx +++ b/src/app/components/header/header.jsx @@ -18,6 +18,7 @@ export default async function Header() { <Link href="/kdrama">Kdrama</Link>
<Link href="/manga">Manga</Link>
<Link href="/movies">Movies</Link>
+ <Link href="/web-series">Web Series</Link>
</div>
</div>
</main>
|