diff options
| author | real-zephex <[email protected]> | 2024-04-08 16:57:21 +0530 |
|---|---|---|
| committer | real-zephex <[email protected]> | 2024-04-08 16:57:21 +0530 |
| commit | 9e42f2f67189845c6a88151743f30ad10a73a689 (patch) | |
| tree | 0467fc9539787ce1b1a0423adc9b9b0231090315 /src/app/anime/top-airing/page.jsx | |
| parent | small chanegs here and there, manga and anime pages are currently broken. cha... (diff) | |
| download | dramalama-9e42f2f67189845c6a88151743f30ad10a73a689.tar.xz dramalama-9e42f2f67189845c6a88151743f30ad10a73a689.zip | |
prolly the last update to dramalama.
Diffstat (limited to 'src/app/anime/top-airing/page.jsx')
| -rw-r--r-- | src/app/anime/top-airing/page.jsx | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/app/anime/top-airing/page.jsx b/src/app/anime/top-airing/page.jsx index a6e1efc..898b766 100644 --- a/src/app/anime/top-airing/page.jsx +++ b/src/app/anime/top-airing/page.jsx @@ -1,7 +1,6 @@ import styles from "./trending.module.css"; import Image from "next/image"; import Link from "next/link"; -import { HiTrendingUp } from "react-icons/hi"; export default async function Trending() { const data = await test(); @@ -10,9 +9,6 @@ export default async function Trending() { <div className="trendingContainer"> <div className={styles.TrendingText}> <p>Trending</p> - <span> - <HiTrendingUp size={26} color="aqua" /> - </span> </div> <div className={styles.trending}> |