Skip to content

Commit

Permalink
Subscribe button volunteers (#106)
Browse files Browse the repository at this point in the history
  • Loading branch information
AdriMM26 authored Nov 20, 2024
1 parent 256ae8d commit dffb90d
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions src/app/components/HowToParticipate.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ import {
} from "@/app/genericComponents/tokens";
import { Section } from "@/app/genericComponents/General";
import {
PrimaryButton,
PrimaryOutlineButton,
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/#/mentor/"
//href="https://my.hackupc.com/user/#/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/#/volunteer/"
href="https://hackersatupc.typeform.com/to/pPdpTexb"
target="_blank"
rel="noopener noreferrer"
>
Expand All @@ -134,7 +135,9 @@ 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>
<PrimaryButton href="https://hackersatupc.typeform.com/to/pPdpTexb">
Subscribe
</PrimaryButton>
</TextContainer>
</RoleBlock>

Expand Down

0 comments on commit dffb90d

Please # to comment.