Skip to content

Commit

Permalink
feat: change iframe to embed
Browse files Browse the repository at this point in the history
  • Loading branch information
samyak-jain-12 committed Sep 26, 2024
1 parent 9fd1723 commit 6fe9bed
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion app/events/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ export default function EventsPage() {
style={{
width: "100vw",
height: "100dvh",
// transform: "rotateY(180deg)",
transform: "rotateY(180deg)",
}}
>
<div className={styles.heading}>
Expand Down
10 changes: 5 additions & 5 deletions components/Landing/Scene/SlotMachine2.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -208,20 +208,20 @@ export const SlotMachine2 = forwardRef(function SlotMachine2(
playing={isVideoFocused}
loop
/>
<iframe
{/* <iframe
// src="https://oasis-24-web.netlify.app/events"
// src="http://localhost:3000/events"
src="https://www.bits-oasis.org/events"
style={{ zIndex: 0 }}
/>
{/* <embed
/> */}
<embed
// src="https://oasis-24-web.netlify.app/events"
src="http://localhost:3000/events"
src="https://www.bits-oasis.org/events"
height={750}
width={1000}
// src="https://www.bits-oasis.org/comingsoon"
style={{ zIndex: 0 }}
/> */}
/>
</div>
</Html>
</mesh>
Expand Down

0 comments on commit 6fe9bed

Please sign in to comment.