diff options
| author | real-zephex <[email protected]> | 2024-05-19 21:44:39 +0530 |
|---|---|---|
| committer | real-zephex <[email protected]> | 2024-05-19 21:44:39 +0530 |
| commit | dc2921c7db924c36a98eb79ab5ceefe14d1803d1 (patch) | |
| tree | 82025b199767da5f7ea716dc386e68481485a3b6 /src/app/components | |
| parent | Merge branch 'master' of https://github.com/real-zephex/Dramalama-Next (diff) | |
| download | dramalama-dc2921c7db924c36a98eb79ab5ceefe14d1803d1.tar.xz dramalama-dc2921c7db924c36a98eb79ab5ceefe14d1803d1.zip | |
Revert "style(homepage): removed unnecessary sub text from the homepage cards and changed web-series to series"
This reverts commit c45c453fc1d58d553bcf07b7e186d9029a82cbeb.
Diffstat (limited to 'src/app/components')
| -rw-r--r-- | src/app/components/header/header.jsx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/app/components/header/header.jsx b/src/app/components/header/header.jsx index 9e5fc69..c1fbc2d 100644 --- a/src/app/components/header/header.jsx +++ b/src/app/components/header/header.jsx @@ -18,7 +18,6 @@ export default async function Header() { <Link href="/kdrama">Kdrama</Link>
<Link href="/manga">Manga</Link>
<Link href="/movies">Movies</Link>
- <Link href="/web-series">Series</Link>
</div>
</div>
</main>
|