From aa6ee5cf96542132c4fea66a4bfc111621f4f049 Mon Sep 17 00:00:00 2001
From: real-zephex
Date: Fri, 12 Apr 2024 08:48:35 +0530
Subject: fixes: manga search is now fixed. removed the netlify card from the
homepage because the vercel one is stable enough.
---
src/app/manga/[title]/[id]/page.jsx | 2 +-
src/app/manga/[title]/page.jsx | 2 +-
src/app/manga/[title]/title.module.css | 15 +++++++++------
src/app/manga/manga.module.css | 5 +++++
src/app/page.jsx | 7 +++++--
5 files changed, 21 insertions(+), 10 deletions(-)
(limited to 'src')
diff --git a/src/app/manga/[title]/[id]/page.jsx b/src/app/manga/[title]/[id]/page.jsx
index f51a712..6ab436e 100644
--- a/src/app/manga/[title]/[id]/page.jsx
+++ b/src/app/manga/[title]/[id]/page.jsx
@@ -37,7 +37,7 @@ export default async function MangaInfo({ params }) {
padding: 5,
}}
>
- {data.title["romaji"]}
+ {data.title["english"] || data.title["romaji"]}
-
+