From a6c3531821aa10d80cc93d1809cbc45943c2c830 Mon Sep 17 00:00:00 2001 From: zephex-alt <166333351+zephex-alt@users.noreply.github.com> Date: Sat, 4 May 2024 18:18:30 +0000 Subject: UI changes to improved desktop experience --- src/app/anime/recent/page.jsx | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'src/app/anime/recent/page.jsx') diff --git a/src/app/anime/recent/page.jsx b/src/app/anime/recent/page.jsx index 55a038f..28dfacb 100644 --- a/src/app/anime/recent/page.jsx +++ b/src/app/anime/recent/page.jsx @@ -1,19 +1,19 @@ import Image from "next/image"; import Link from "next/link"; -import styles from "./recent.module.css"; +import styles from "../top-airing/trending.module.css"; import { preFetchAnimeInfo } from "../videoLinkfetcher"; -export default async function Releases() { - const data = await fetchRecentEpisodes(); +export default async function Recent() { + const data = await test(); preFetchAnimeInfo(data); return ( -
Recent Releases