fix: Update laptop breakpoint to match my pages sidebar

This commit is contained in:
Chuma McPhoy
2024-06-19 10:33:17 +02:00
committed by Michael Zetterberg
parent 634e9651ec
commit 665d757102
5 changed files with 9 additions and 5 deletions

View File

@@ -147,6 +147,9 @@ export function MainMenu({
) : null}
</ul>
<div className={styles.buttonContainer}>
<Link className={styles.link} href={myPages[lang]}>
{intl.formatMessage({ id: "My pages" })}
</Link>
<BookingButton href={bookingHref} />
{myPagesMobileDropdown && user ? (
<div