From 04a495b536a056b7f68d274a7b1db68a5ffff0ff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matilda=20Landstr=C3=B6m?= Date: Thu, 10 Jul 2025 12:53:26 +0000 Subject: [PATCH] Merged in fix/SW-2753-icon-header (pull request #2546) fix(SW-2753): update icon in top navigation * fix(SW-2753): update icon in top navigation Approved-by: Anton Gunnarsson --- .../NavigationMenu/MegaMenu/index.tsx | 18 ++++++------------ .../MegaMenu/megaMenu.module.css | 6 ++++++ .../material-symbols/rounded-5e7427aa.woff2 | Bin 34896 -> 0 bytes .../material-symbols/rounded-e6bd32d5.woff2 | Bin 0 -> 34952 bytes packages/design-system/lib/fonts.css | 2 +- .../material-symbols/rounded-5e7427aa.woff2 | Bin 34896 -> 0 bytes .../material-symbols/rounded-e6bd32d5.woff2 | Bin 0 -> 34952 bytes scripts/material-symbols-update.mjs | 1 + 8 files changed, 14 insertions(+), 13 deletions(-) delete mode 100644 apps/scandic-web/public/_static/fonts/material-symbols/rounded-5e7427aa.woff2 create mode 100644 apps/scandic-web/public/_static/fonts/material-symbols/rounded-e6bd32d5.woff2 delete mode 100644 packages/design-system/public/_static/fonts/material-symbols/rounded-5e7427aa.woff2 create mode 100644 packages/design-system/public/_static/fonts/material-symbols/rounded-e6bd32d5.woff2 diff --git a/apps/scandic-web/components/Header/MainMenu/NavigationMenu/MegaMenu/index.tsx b/apps/scandic-web/components/Header/MainMenu/NavigationMenu/MegaMenu/index.tsx index d04df0687..a1889c9ed 100644 --- a/apps/scandic-web/components/Header/MainMenu/NavigationMenu/MegaMenu/index.tsx +++ b/apps/scandic-web/components/Header/MainMenu/NavigationMenu/MegaMenu/index.tsx @@ -2,9 +2,8 @@ import FocusLock from "react-focus-lock" -import Caption from "@scandic-hotels/design-system/Caption" import { MaterialIcon } from "@scandic-hotels/design-system/Icons/MaterialIcon" -import Subtitle from "@scandic-hotels/design-system/Subtitle" +import { Typography } from "@scandic-hotels/design-system/Typography" import useDropdownStore from "@/stores/main-menu" @@ -45,13 +44,13 @@ export default function MegaMenu({ onClick={() => toggleMegaMenu(false)} > - + {title} - + ) : null} @@ -72,14 +71,9 @@ export default function MegaMenu({