diff --git a/src/app/components/HowToParticipate.tsx b/src/app/components/HowToParticipate.tsx index 7f04392..511c5d1 100644 --- a/src/app/components/HowToParticipate.tsx +++ b/src/app/components/HowToParticipate.tsx @@ -16,8 +16,7 @@ import { } from "@/app/genericComponents/tokens"; import { Section } from "@/app/genericComponents/General"; import { - PrimaryButton, - PrimaryOutlineButton, SecondaryButton, + PrimaryOutlineButton, SecondaryOutlineButton, } from "@/app/genericComponents/Buttons";