fix:landinng banner
This commit is contained in:
parent
6963f29249
commit
5517c3dacb
|
|
@ -263,7 +263,7 @@ export default function HeaderNews() {
|
||||||
? "/no-image.jpg"
|
? "/no-image.jpg"
|
||||||
: newsItem?.thumbnailUrl
|
: newsItem?.thumbnailUrl
|
||||||
}
|
}
|
||||||
className="!w-full !h-[500px] !object-cover !rounded-none"
|
className="!w-[90vw] !h-[500px] !object-cover !rounded-none"
|
||||||
/>
|
/>
|
||||||
|
|
||||||
<CardFooter className="mb-1 max-h-[20vh] before:bg-white/10 border-white/20 border-1 overflow-hidden py-1 md:absolute before:rounded-xl rounded-large bottom-1 w-[calc(100%_-_8px)] shadow-small ml-1 z-10">
|
<CardFooter className="mb-1 max-h-[20vh] before:bg-white/10 border-white/20 border-1 overflow-hidden py-1 md:absolute before:rounded-xl rounded-large bottom-1 w-[calc(100%_-_8px)] shadow-small ml-1 z-10">
|
||||||
|
|
|
||||||
|
|
@ -27,7 +27,7 @@ export default function SidebarDetail() {
|
||||||
search: "",
|
search: "",
|
||||||
limit: "10",
|
limit: "10",
|
||||||
isPublish: true,
|
isPublish: true,
|
||||||
category: "586",
|
category: "781,802",
|
||||||
};
|
};
|
||||||
|
|
||||||
const response = await getListArticle(req);
|
const response = await getListArticle(req);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue