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.
2 parents acf481c + 8d7c840 commit da5ef11Copy full SHA for da5ef11
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