Skip to content

Commit 916e204

Browse files
committed
fix: ran format
1 parent a912b13 commit 916e204

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/app/[locale]/page.tsx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -117,12 +117,12 @@ const VideoSection = () => {
117117
<div className="p-6 lg:px-12 lg:pt-36 lg:pb-64 text-red1 bg-pink1">
118118
<div className="max-w-[1500px] mx-auto">
119119
<div className="pt-[56.25%] relative">
120-
<iframe
120+
<iframe
121121
className="absolute top-0 left-0 w-full h-full"
122-
src="https://www.youtube.com/embed/YPVHTczRyuU?si=BZA4TaWW86aayGRp&rel=0"
123-
title="Pinkbombs"
124-
allow="autoplay; fullscreen; picture-in-picture; clipboard-write"
125-
referrerPolicy="strict-origin-when-cross-origin"
122+
src="https://www.youtube.com/embed/YPVHTczRyuU?si=BZA4TaWW86aayGRp&rel=0"
123+
title="Pinkbombs"
124+
allow="autoplay; fullscreen; picture-in-picture; clipboard-write"
125+
referrerPolicy="strict-origin-when-cross-origin"
126126
allowFullScreen
127127
/>
128128
</div>

0 commit comments

Comments
 (0)