chore: update size of youtube video component
This commit is contained in:
parent
f6a2df402e
commit
fbb9a1b053
@ -19,7 +19,7 @@ interface YoutubeVideoProps {
|
||||
export const YoutubeVideo = ({
|
||||
url,
|
||||
width = 560,
|
||||
height = 315,
|
||||
height = 460,
|
||||
}: YoutubeVideoProps) => {
|
||||
return (
|
||||
<div className="my-4">
|
||||
|
Loading…
Reference in New Issue
Block a user