Skip to content

Commit

Permalink
changement nb places
Browse files Browse the repository at this point in the history
  • Loading branch information
ArtyMaury committed May 23, 2024
1 parent 931a61e commit fa1a13f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/components/home/jumbo.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ export const HomeJumbo = () => {
color="secondary"
variant="contained"
aria-label="Billetterie"
className="disabled"
href="https://www.billetweb.fr/billet-devfest-nantes-2024"
>
Billetterie
<small>6 Juin 11h</small>
Expand Down
4 changes: 2 additions & 2 deletions src/components/home/tickets.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,14 @@ export const Tickets = () => {
<Ticket
labelKey="2days-1st"
price={110}
quantity={600}
quantity={1200}
disabled={disabled1st}
date="06/06/2024 11h"
/>
<Ticket
labelKey="2days-2nd"
price={110}
quantity={450}
quantity={900}
disabled={disabled2nd}
date="09/2024"
/>
Expand Down

0 comments on commit fa1a13f

Please sign in to comment.