Skip to content

Commit 366f94c

Browse files
committed
remove reference to mx in embedded
1 parent be22800 commit 366f94c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/src/components/devtools/TeamMemory.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ export const TeamMemory: React.FC = () => {
215215
No Assets Available
216216
</Text>
217217
<Text fontSize="xs" color="gray.500" lineHeight="1.4" maxWidth="300px">
218-
Contact MinusX to set up your organization's assets and unlock enhanced AI context capabilities.
218+
{isEmbedded ? "" : "Contact MinusX to set up your organization's assets and unlock enhanced AI context capabilities."}
219219
</Text>
220220
</VStack>
221221
)}

0 commit comments

Comments
 (0)