Skip to content

Commit 325cca0

Browse files
committed
link
1 parent 290d6b7 commit 325cca0

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/app/components/Trailer.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ const ConsolesDiv = styled.div`
3030
}
3131
`;
3232

33-
const StyledEnvelope = styled(Image)<{ isOpen?: boolean }>`
33+
const StyledEnvelope = styled(Image) <{ isOpen?: boolean }>`
3434
cursor: pointer;
3535
width: 100% !important;
3636
height: auto !important;
@@ -165,8 +165,8 @@ export default function Trailer() {
165165
{teaserOpen && (
166166
<VideoOverlay>
167167
<StyledIframe
168-
title="HackUPC 2025 | Trailer"
169-
src="https://www.youtube.com/embed/uSQFmtX0wQs?si=XFjHjtCiMloTOm_T&autoplay=1"
168+
title="HackUPC 2026 | Trailer"
169+
src="https://youtu.be/LNyLL68ZWOE"
170170
allowFullScreen
171171
allow="accelerometer; encrypted-media; gyroscope; picture-in-picture"
172172
/>

0 commit comments

Comments
 (0)