We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 290d6b7 commit 325cca0Copy full SHA for 325cca0
1 file changed
src/app/components/Trailer.tsx
@@ -30,7 +30,7 @@ const ConsolesDiv = styled.div`
30
}
31
`;
32
33
-const StyledEnvelope = styled(Image)<{ isOpen?: boolean }>`
+const StyledEnvelope = styled(Image) <{ isOpen?: boolean }>`
34
cursor: pointer;
35
width: 100% !important;
36
height: auto !important;
@@ -165,8 +165,8 @@ export default function Trailer() {
165
{teaserOpen && (
166
<VideoOverlay>
167
<StyledIframe
168
- title="HackUPC 2025 | Trailer"
169
- src="https://www.youtube.com/embed/uSQFmtX0wQs?si=XFjHjtCiMloTOm_T&autoplay=1"
+ title="HackUPC 2026 | Trailer"
+ src="https://youtu.be/LNyLL68ZWOE"
170
allowFullScreen
171
allow="accelerometer; encrypted-media; gyroscope; picture-in-picture"
172
/>
0 commit comments