diff --git a/frontend/src/components/layout/Menu.vue b/frontend/src/components/layout/Menu.vue
index f8b22432..731d1027 100644
--- a/frontend/src/components/layout/Menu.vue
+++ b/frontend/src/components/layout/Menu.vue
@@ -56,6 +56,7 @@ const routerList = computed(() => {
!route.path.includes('training') &&
!route.path.includes('prompt') &&
!route.path.includes('permission') &&
+ !route.path.includes('embeddedCommon') &&
!route.path.includes('preview') &&
!route.path.includes('audit') &&
route.path !== '/login' &&
diff --git a/frontend/src/views/chat/ChatRow.vue b/frontend/src/views/chat/ChatRow.vue
index 16931d5f..7425f13e 100644
--- a/frontend/src/views/chat/ChatRow.vue
+++ b/frontend/src/views/chat/ChatRow.vue
@@ -30,8 +30,8 @@ const appearanceStore = useAppearanceStoreWithOut()
height="28"
/>