diff --git a/src/components/_common/chatbot/ChatbotLinkPanel.module.scss b/src/components/_common/chatbot/ChatbotLinkPanel.module.scss index 7c5e52271..d19599469 100644 --- a/src/components/_common/chatbot/ChatbotLinkPanel.module.scss +++ b/src/components/_common/chatbot/ChatbotLinkPanel.module.scss @@ -1,4 +1,4 @@ -@use 'src/common'; +@use 'common' as common; $chatPointerSize: 1.5rem; diff --git a/src/components/_common/chatbot/LegacyPageChatbot.module.scss b/src/components/_common/chatbot/LegacyPageChatbot.module.scss index 3bebdb7ae..2e73bfba3 100644 --- a/src/components/_common/chatbot/LegacyPageChatbot.module.scss +++ b/src/components/_common/chatbot/LegacyPageChatbot.module.scss @@ -1,4 +1,4 @@ -@use 'src/common'; +@use 'common' as common; .legacyChat { $width: common.$desktopMaxWidth / 2;