Skip to content

Commit

Permalink
Update results.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
vpodk committed Jan 28, 2024
1 parent c5a0209 commit 7c0e4e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/components/search/results.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ const Videos = ({ product }: { product: Product }) => {
return (
<iframe
key={videoId}
className="m-6 w-3/5 min-h-96"
className="m-6 w-3/5 min-h-96 rounded-xl"
allowFullScreen
src={src}
></iframe>
Expand Down

0 comments on commit 7c0e4e2

Please sign in to comment.