fix: prettier violations

This commit is contained in:
Cory Dransfeldt 2023-06-17 11:50:15 -07:00
parent 67c2f4dde5
commit f19101d717
No known key found for this signature in database
10 changed files with 11 additions and 11 deletions

View file

@ -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>
)