Skip to content

Commit

Permalink
Subscribe buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
AdriMM26 committed Aug 13, 2024
1 parent b3a9177 commit fe86657
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
4 changes: 2 additions & 2 deletions src/app/components/Hero.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -163,12 +163,12 @@ export default function Hero() {
</TextsContainer>
<ButtonsContainer>
<SecondaryButton
href="https://live.hackupc.com/"
href="https://hackersatupc.typeform.com/to/WOhCwF8m"
target="_blank"
rel="noopener noreferrer"
width="100%"
>
Check our live page
Subscribe
</SecondaryButton>
</ButtonsContainer>
</HeroContainer>
Expand Down
12 changes: 8 additions & 4 deletions src/app/components/Trailer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import {
SpacingM,
SpacingS,
} from "@/app/genericComponents/tokens";
import { PrimaryOutlineButton } from "@/app/genericComponents/Buttons";
import {PrimaryOutlineButton, SecondaryButton} from "@/app/genericComponents/Buttons";
import { silom } from "@/app/genericComponents/fonts";
import React from "react";

Expand Down Expand Up @@ -94,9 +94,13 @@ export default function Trailer() {
/>
</VideoWrapper>
<ButtonContainer className={silom.className}>
<PrimaryOutlineButton disabled>
Applications are closed
</PrimaryOutlineButton>
<SecondaryButton
href="https://hackersatupc.typeform.com/to/WOhCwF8m"
target="_blank"
rel="noopener noreferrer"
>
Subscribe
</SecondaryButton>
</ButtonContainer>
</Section>
</SectionBackground>
Expand Down

0 comments on commit fe86657

Please sign in to comment.