We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent acf481c commit 8d7c840Copy full SHA for 8d7c840
src/ui/layouts/common/SidePopup/index.tsx
@@ -44,7 +44,7 @@ export const SidePopup: React.FC<{
44
title="ZenML - Organization Embed"
45
style={{ border: '0px', height: '100vh', width: '100%' }}
46
// src="https://zenml.hellonext.co/embed/home?no_header=true"
47
- src={flavor?.sdkDocsUrl}
+ src={flavor?.docsUrl}
48
></iframe>
49
</Box>
50
0 commit comments