From 8b00cfe609bd14c5f3b8bf859901564186c90bc5 Mon Sep 17 00:00:00 2001 From: "Chuma Mcphoy (We Ahead)" Date: Mon, 31 Mar 2025 13:37:54 +0000 Subject: [PATCH] Merged in fix/LOY-209-render-material-icons-in-webviews (pull request #1685) fix(LOY-209): add react-material-symbols package to webviews layout * fix(LOY-209): add react-material-symbols package to webviews layout Approved-by: Christian Andolf --- apps/scandic-web/app/[lang]/webview/layout.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/scandic-web/app/[lang]/webview/layout.tsx b/apps/scandic-web/app/[lang]/webview/layout.tsx index e7f294134..efcf4db84 100644 --- a/apps/scandic-web/app/[lang]/webview/layout.tsx +++ b/apps/scandic-web/app/[lang]/webview/layout.tsx @@ -2,6 +2,7 @@ import "@scandic-hotels/design-system/fonts.css" import "@/app/globals.css" import "@/public/_static/css/design-system-new-deprecated.css" import "@scandic-hotels/design-system/style.css" +import "react-material-symbols/rounded" import Script from "next/script"