mirror of
https://github.com/Radiquum/AniX.git
synced 2025-05-01 02:19:41 +05:00
refactor: release courusel
This commit is contained in:
parent
34bbcc4893
commit
e1e176c24b
5 changed files with 24 additions and 168 deletions
|
@ -3,10 +3,6 @@ import Image from "next/image";
|
|||
export const Poster = (props: {
|
||||
image: string;
|
||||
alt?: string;
|
||||
// title: { ru: string; original: string };
|
||||
// note: string | null;
|
||||
// description: string;
|
||||
// type?: "image_only";
|
||||
className?: string;
|
||||
}) => {
|
||||
return (
|
||||
|
@ -17,6 +13,10 @@ export const Poster = (props: {
|
|||
alt={props.alt || ""}
|
||||
width={285}
|
||||
height={385}
|
||||
style={{
|
||||
width: "100%",
|
||||
height: "auto",
|
||||
}}
|
||||
/>
|
||||
);
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue