diff --git a/src/components/PostEmbed/index.tsx b/src/components/PostEmbed/index.tsx index 5ddc14e..02f9afc 100644 --- a/src/components/PostEmbed/index.tsx +++ b/src/components/PostEmbed/index.tsx @@ -18,9 +18,10 @@ export const PostEmbed = ({ embed }: { embed?: BSkyPostEmbed | null }) => {
= 2 && 'grid grid-cols-2', 'gap-2')}> {embed.images.map((image) => ( {image.alt}= 2 && 'h-48', 'rounded-lg w-full object-cover'),