Skip to content

Commit

Permalink
Subscribe button volunteer
Browse files Browse the repository at this point in the history
  • Loading branch information
AdriMM26 committed Nov 18, 2024
1 parent 256ae8d commit 1a62f85
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions src/app/components/HowToParticipate.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ import {
} from "@/app/genericComponents/tokens";
import { Section } from "@/app/genericComponents/General";
import {
PrimaryOutlineButton,
PrimaryButton,
PrimaryOutlineButton, SecondaryButton,
SecondaryOutlineButton,
} from "@/app/genericComponents/Buttons";

Expand Down Expand Up @@ -87,7 +88,7 @@ export default function HowToParticipate() {
<SectionTitle>How to participate</SectionTitle>
<RoleBlock>
<ImageButton
href="https://my.hackupc.com/user/signup/mentor/"
//href="https://my.hackupc.com/user/signup/mentor/"
target="_blank"
rel="noopener noreferrer"
>
Expand All @@ -113,7 +114,7 @@ export default function HowToParticipate() {

<RoleBlock imageLeft>
<ImageButton
href="https://my.hackupc.com/user/signup/volunteer/"
href="https://hackersatupc.typeform.com/to/pPdpTexb"
target="_blank"
rel="noopener noreferrer"
>
Expand All @@ -134,7 +135,7 @@ export default function HowToParticipate() {
to know how this amazing event works from the inside, meet amazing
people and live a great experience!
</Text>
<PrimaryOutlineButton disabled>Closed</PrimaryOutlineButton>
<PrimaryOutlineButton href="https://hackersatupc.typeform.com/to/pPdpTexb">Subscribe</PrimaryOutlineButton>
</TextContainer>
</RoleBlock>

Expand Down

0 comments on commit 1a62f85

Please sign in to comment.