Skip to content

Commit

Permalink
Keeping style format
Browse files Browse the repository at this point in the history
  • Loading branch information
AdriMM26 committed Nov 20, 2024
1 parent dcf6f8e commit fc5b1a6
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions src/app/components/HowToParticipate.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ import {
} from "@/app/genericComponents/tokens";
import { Section } from "@/app/genericComponents/General";
import {
PrimaryButton,
PrimaryOutlineButton,
SecondaryButton,
SecondaryOutlineButton,
} from "@/app/genericComponents/Buttons";

Expand Down Expand Up @@ -108,7 +108,7 @@ export default function HowToParticipate() {
are passionate about it, or if you've graduated more than a year ago
and can't participate as a hacker, apply now as a mentor!
</Text>
<PrimaryOutlineButton disabled>Closed</PrimaryOutlineButton>
<SecondaryOutlineButton disabled>Closed</SecondaryOutlineButton>
</TextContainer>
</RoleBlock>

Expand All @@ -135,9 +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>
<SecondaryButton href="https://hackersatupc.typeform.com/to/pPdpTexb">
<PrimaryButton href="https://hackersatupc.typeform.com/to/pPdpTexb">
Subscribe
</SecondaryButton>
</PrimaryButton>
</TextContainer>
</RoleBlock>

Expand All @@ -163,13 +163,13 @@ export default function HowToParticipate() {
talents. Join us and be remembered as part of this hackathon by our
participants!
</Text>
<PrimaryOutlineButton
<SecondaryOutlineButton
href="mailto:logistics@hackupc.com"
target="_blank"
rel="noopener noreferrer"
>
Contact us
</PrimaryOutlineButton>
</SecondaryOutlineButton>
</TextContainer>
</RoleBlock>

Expand All @@ -195,13 +195,13 @@ export default function HowToParticipate() {
the tech scene of tomorrow by adding real value and making it
possible for hackers to build something they're proud of.
</Text>
<SecondaryOutlineButton
<PrimaryOutlineButton
href="mailto:sponsor@hackupc.com"
target="_blank"
rel="noopener noreferrer"
>
Contact us
</SecondaryOutlineButton>
</PrimaryOutlineButton>
</TextContainer>
</RoleBlock>
</Section>
Expand Down

0 comments on commit fc5b1a6

Please sign in to comment.