Skip to content

Commit

Permalink
Update page.js
Browse files Browse the repository at this point in the history
  • Loading branch information
eunseoseol authored Feb 1, 2024
1 parent 0ea581a commit b37f090
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/app/page.js
Original file line number Diff line number Diff line change
Expand Up @@ -92,9 +92,7 @@ export default function Page() {

return (
<div style={{ position: 'relative', width: '100vw', height: '100vh',overflowY: 'scroll' }}>
<video autoPlay loop muted playsInline style={{ position: 'fixed', top: 0, left: 0, width: '100vw', height: '100vh', objectFit: 'cover', zIndex: -1 }}>
<source src="/background.mov" type="video/mp4" />
</video>

{isLoggedIn ? (
<>
{isCitizenshipTrue ? (
Expand Down

0 comments on commit b37f090

Please sign in to comment.