Skip to content

Commit

Permalink
Ticket as new page
Browse files Browse the repository at this point in the history
  • Loading branch information
thomas-kl1 committed Jan 28, 2025
1 parent 247977c commit 6509834
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/components/Hero/Hero.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ const Hero = () => {
<ButtonLink
variant="secondary"
href="https://www.eventbrite.fr/e/billets-meet-magento-2025-france-1124570503649"
target="_blank"
iconPosition="right"
icon={<IoIosArrowForward />}
>
Expand Down
1 change: 1 addition & 0 deletions src/layouts/Footer/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ const Footer = () => {
content: {
type: 'link',
href: 'https://www.eventbrite.fr/e/billets-meet-magento-2025-france-1124570503649',
target: '_blank',
text: 'Billetterie'
},
className: footerMenuItemLinkStyles
Expand Down
9 changes: 8 additions & 1 deletion src/layouts/Header/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,14 @@ const Header = () => {
<Navigation/>
</div>
<div className="order-2 md:order-3">
<ButtonLink variant="primary" href="https://www.eventbrite.fr/e/billets-meet-magento-2025-france-1124570503649" target="_blank" rel="noopener" iconPosition="left" icon={<FaTicketAlt />}>
<ButtonLink
variant="primary"
href="https://www.eventbrite.fr/e/billets-meet-magento-2025-france-1124570503649"
target="_blank"
rel="noopener"
iconPosition="left"
icon={<FaTicketAlt />}
>
J’achète mon billet
</ButtonLink>
</div>
Expand Down

0 comments on commit 6509834

Please sign in to comment.