feat: gap

This commit is contained in:
Nevo David 2024-05-27 11:42:32 +07:00
parent d2ba83d0b1
commit beb4d0ef6e
1 changed files with 1 additions and 1 deletions

View File

@ -108,7 +108,7 @@ const YoutubePreview: FC = (props) => {
</div>
{!!p?.images?.length && (
<div className="w-full h-[120px] flex overflow-hidden mt-[12px] gap-[2px]">
<div className="w-full h-[120px] flex overflow-hidden mt-[12px] gap-[3px]">
{p.images.map((image, index) => (
<a
key={`image_${index}`}