aboutsummaryrefslogtreecommitdiff
path: root/src/app/anime/top-airing
diff options
context:
space:
mode:
authorreal-zephex <[email protected]>2024-04-08 16:57:21 +0530
committerreal-zephex <[email protected]>2024-04-08 16:57:21 +0530
commit9e42f2f67189845c6a88151743f30ad10a73a689 (patch)
tree0467fc9539787ce1b1a0423adc9b9b0231090315 /src/app/anime/top-airing
parentsmall chanegs here and there, manga and anime pages are currently broken. cha... (diff)
downloaddramalama-9e42f2f67189845c6a88151743f30ad10a73a689.tar.xz
dramalama-9e42f2f67189845c6a88151743f30ad10a73a689.zip
prolly the last update to dramalama.
Diffstat (limited to 'src/app/anime/top-airing')
-rw-r--r--src/app/anime/top-airing/page.jsx4
-rw-r--r--src/app/anime/top-airing/trending.module.css2
2 files changed, 1 insertions, 5 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}>
diff --git a/src/app/anime/top-airing/trending.module.css b/src/app/anime/top-airing/trending.module.css
index f94dc58..c3c55c5 100644
--- a/src/app/anime/top-airing/trending.module.css
+++ b/src/app/anime/top-airing/trending.module.css
@@ -4,7 +4,7 @@
}
.TrendingText p {
- font-size: 26px;
+ font-size: 28px;
margin: 5px;
color: var(--soft-purple);
font-family: "Poppins";