diff --git a/bun.lock b/bun.lock index 7da5571..63a8913 100644 --- a/bun.lock +++ b/bun.lock @@ -1,5 +1,6 @@ { "lockfileVersion": 1, + "configVersion": 0, "workspaces": { "": { "name": "trackverse", diff --git a/index.html b/index.html index dd4ed34..3590eb7 100644 --- a/index.html +++ b/index.html @@ -9,7 +9,7 @@ - +
diff --git a/src/components/pages/details/details-page-layout.tsx b/src/components/pages/details/details-page-layout.tsx index 5c535f6..b5af5a5 100644 --- a/src/components/pages/details/details-page-layout.tsx +++ b/src/components/pages/details/details-page-layout.tsx @@ -8,8 +8,8 @@ interface DetailsPageLayoutProps { export function DetailsPageLayout({ sidebar, children }: DetailsPageLayoutProps) { return ( -{anime.synopsis}
+{anime.synopsis}
-{t("library:noLists")}
)} - /> +{book.description}
+{book.description}
+{t("library:noLists")}
+ )} +{game.summary}
+{game.summary}
+{t("library:noLists")}
+ )} +{manga.synopsis}
+{manga.synopsis}
+{t("library:noLists")}
+ )} +{movie.overview}
+{movie.overview}
+