From 641e62fd333cd7c3a82c12181eb0d35611c03df7 Mon Sep 17 00:00:00 2001 From: real-zephex Date: Fri, 29 Mar 2024 19:16:58 +0530 Subject: fixes and improvements: dramalaam is no longer hosted on koyeb cuz of high latency issues. --- src/app/anime/top-airing/page.jsx | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'src/app/anime/top-airing/page.jsx') diff --git a/src/app/anime/top-airing/page.jsx b/src/app/anime/top-airing/page.jsx index 5536870..3d26d88 100644 --- a/src/app/anime/top-airing/page.jsx +++ b/src/app/anime/top-airing/page.jsx @@ -1,13 +1,19 @@ -import "./trending.css"; +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(); return (
-

Trending

+
+

Trending

+ + + +
{data && -- cgit v1.2.3