Skip to content

Commit

Permalink
Remove CFP
Browse files Browse the repository at this point in the history
  • Loading branch information
briangtn committed Jul 16, 2024
1 parent e7202ee commit 620ba7e
Showing 1 changed file with 10 additions and 12 deletions.
22 changes: 10 additions & 12 deletions src/components/home/jumbo.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -44,14 +44,14 @@ export const HomeJumbo = () => {
{/* </Button>*/}
{/*</Stack>*/}
<Stack direction="row" spacing={3} justifyContent={"center"}>
<Button
{/* <Button
color="secondary"
variant="contained"
href="https://conference-hall.io/public/event/AJYPylkzTDd6j3O6ADZn"
aria-label={t("cfp")}
>
{t("cfp")}
</Button>
</Button> */}
<Button
color="secondary"
variant="contained"
Expand All @@ -60,6 +60,14 @@ export const HomeJumbo = () => {
>
Devenir Sponsor 2024
</Button>
<Button
color="secondary"
variant="contained"
aria-label="Billetterie"
href="https://www.billetweb.fr/billet-devfest-nantes-2024"
>
Billetterie
</Button>
</Stack>
<Stack direction="row" spacing={3} justifyContent={"center"}>

Expand Down Expand Up @@ -102,16 +110,6 @@ export const HomeJumbo = () => {
Photos
</Button>
</Stack>
<Stack direction="row" spacing={3} justifyContent={"center"}>
<Button
color="secondary"
variant="contained"
aria-label="Billetterie"
href="https://www.billetweb.fr/billet-devfest-nantes-2024"
>
Billetterie
</Button>
</Stack>
{/* <Stack direction="row" spacing={3} justifyContent={"center"}>
<Button href="/our-values" color="secondary">{t('bring-ecocup')}</Button>
</Stack> */}
Expand Down

0 comments on commit 620ba7e

Please sign in to comment.