mirror of
https://github.com/jordienr/zenblog.git
synced 2026-09-26 09:10:44 -04:00
wip
This commit is contained in:
@@ -25,7 +25,7 @@ const Blog = async () => {
|
||||
className="flex gap-4 transition-all hover:scale-[1.02]"
|
||||
>
|
||||
<img
|
||||
className="h-80 w-full rounded-xl object-cover"
|
||||
className="h-96 w-full rounded-xl object-cover"
|
||||
width={300}
|
||||
height={200}
|
||||
src={latestPost.cover_image || ""}
|
||||
|
||||
@@ -33,7 +33,7 @@ export default function Post() {
|
||||
};
|
||||
}) || [];
|
||||
|
||||
const filteredTags = tags.filter((tag) => tag !== undefined);
|
||||
const filteredTags = tags.filter((tag) => tag.id === undefined);
|
||||
|
||||
if (isLoading || tagsQuery.isLoading || isRefetching) {
|
||||
return (
|
||||
|
||||
Reference in New Issue
Block a user