Skip to content

Commit

Permalink
Add ticket link
Browse files Browse the repository at this point in the history
  • Loading branch information
thomas-kl1 committed Jan 28, 2025
1 parent d84264d commit 247977c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/components/Hero/Hero.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ const Hero = () => {
<CountdownTimer targetDate={new Date("2025-03-25T08:00:00")}/>
<ButtonLink
variant="secondary"
href=""
href="https://www.eventbrite.fr/e/billets-meet-magento-2025-france-1124570503649"
iconPosition="right"
icon={<IoIosArrowForward />}
>
Expand Down
4 changes: 2 additions & 2 deletions src/layouts/Footer/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ const Footer = () => {
{
content: {
type: 'link',
href: '',
href: 'https://www.eventbrite.fr/e/billets-meet-magento-2025-france-1124570503649',
text: 'Billetterie'
},
className: footerMenuItemLinkStyles
Expand Down Expand Up @@ -135,7 +135,7 @@ const Footer = () => {
</div>
</Container>
<div className="px-10">
<div className="flex justify-center ">
<div className="flex justify-center">
<HashtagMMFR className="relative z-20 w-full max-w-[100%] h-auto"/>
<FooterPatternRight className="absolute hidden md:block z-10 bottom-8 right-0"/>
</div>
Expand Down
2 changes: 1 addition & 1 deletion src/layouts/Header/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ const Header = () => {
<Navigation/>
</div>
<div className="order-2 md:order-3">
<ButtonLink variant="primary" href="" 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 247977c

Please sign in to comment.