- The Library
-
- Here you will find a list of IPs Yoko Taro worked on. Select one to
- discover all the media/content/articles that relates to this IP.
- Beware there can be spoilers.
-
+ {t("home.librarySection.title")}
+
-
+
- More content
-
- The NieR and Drakengard series share a common timeline which you can
- explore it at the link bellow. Also we have gathered thousands of
- official artworks, videos, and notable web resources.
- Beware there can be spoilers.
-
+ {t("home.moreSection.title")}
+
- Links
-
- Do you have a question? Would like to share something
- with our
- community? Are you interested in contributing to this project? Whatever it is, you should find what you are looking
- for at the following links.
-
+ {t("home.linksSection.title")}
+
diff --git a/src/pages/_components/CategoryCard.astro b/src/pages/_components/CategoryCard.astro
index 5a0bf48..40d418d 100644
--- a/src/pages/_components/CategoryCard.astro
+++ b/src/pages/_components/CategoryCard.astro
@@ -9,35 +9,19 @@ const { img, name, href } = Astro.props;
---
- {img === undefined ? {name}
: }
+ {
+ img ? (
+ <>
+
+
+ >
+ ) : (
+ {name}
+ )
+ }
-