fix: prettier violations
This commit is contained in:
parent
67c2f4dde5
commit
f19101d717
10 changed files with 11 additions and 11 deletions
|
@ -9,7 +9,7 @@ const YoutubeVideo = (props) => {
|
|||
<iframe
|
||||
title={title}
|
||||
src={`https://www.youtube.com/embed/${data}`}
|
||||
className="absolute top-0 left-0 h-full w-full"
|
||||
className="absolute left-0 top-0 h-full w-full"
|
||||
/>
|
||||
</div>
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue