diff --git a/app/components/CollectionInfo/CollectionInfo.Basics.tsx b/app/components/CollectionInfo/CollectionInfo.Basics.tsx index a7cb2fd..b676b23 100644 --- a/app/components/CollectionInfo/CollectionInfo.Basics.tsx +++ b/app/components/CollectionInfo/CollectionInfo.Basics.tsx @@ -1,6 +1,7 @@ import { Card, Button, Avatar } from "flowbite-react"; import { unixToDate } from "#/api/utils"; import Link from "next/link"; +import Image from "next/image"; export const CollectionInfoBasics = (props: { image: string; @@ -36,7 +37,12 @@ export const CollectionInfoBasics = (props: {
{props.title}
diff --git a/app/components/CollectionLink/CollectionLink.tsx b/app/components/CollectionLink/CollectionLink.tsx index 25b8610..a3ae98e 100644 --- a/app/components/CollectionLink/CollectionLink.tsx +++ b/app/components/CollectionLink/CollectionLink.tsx @@ -1,5 +1,6 @@ import Link from "next/link"; import { Chip } from "#/components/Chip/Chip"; +import Image from "next/image"; export const CollectionLink = (props: any) => { return ( @@ -8,9 +9,20 @@ export const CollectionLink = (props: any) => {- {`${props.description.slice(0, 125)}${props.description.length > 125 ? "..." : ""}`} + {`${props.description.slice(0, 125)}${ + props.description.length > 125 ? "..." : "" + }`}
Перейти
- -Перейти
+ +
diff --git a/app/components/ReleaseInfo/ReleaseInfo.Screenshots.tsx b/app/components/ReleaseInfo/ReleaseInfo.Screenshots.tsx
index 74d02e6..b64ef17 100644
--- a/app/components/ReleaseInfo/ReleaseInfo.Screenshots.tsx
+++ b/app/components/ReleaseInfo/ReleaseInfo.Screenshots.tsx
@@ -1,13 +1,19 @@
import { Card, Carousel } from "flowbite-react";
+import Image from "next/image";
-export const ReleaseInfoScreenshots = (props: {
- images: string[];
-}) => {
+export const ReleaseInfoScreenshots = (props: { images: string[] }) => {
return (
+
@@ -105,7 +117,9 @@ export const ReleaseLink169 = (props: any) => {
- {`${props.description.slice(0, 125)}${props.description.length > 125 ? "..." : ""}`} + {`${props.description.slice(0, 125)}${ + props.description.length > 125 ? "..." : "" + }`}