From d4fdb4e3d6a3fbf042db8605d371605a64c8db4c Mon Sep 17 00:00:00 2001 From: zephex-alt <166333351+zephex-alt@users.noreply.github.com> Date: Wed, 8 May 2024 04:26:20 +0000 Subject: minor css fixes and added a new source for movies --- src/app/anime/top-airing/page.jsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 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 a0fc302..0102371 100644 --- a/src/app/anime/top-airing/page.jsx +++ b/src/app/anime/top-airing/page.jsx @@ -6,11 +6,11 @@ import { preFetchAnimeInfo } from "../videoLinkfetcher"; export default async function Trending() { const data = await test(); preFetchAnimeInfo(data); - + return (
-

Trending

+

Trending

@@ -28,8 +28,8 @@ export default async function Trending() { Drama -- cgit v1.2.3