Skip to content

Commit

Permalink
test REACT_APP_SITEBASEURL
Browse files Browse the repository at this point in the history
  • Loading branch information
zivglik committed Apr 23, 2023
1 parent ac132b7 commit b9b84aa
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/Routes/SidebarRight/AddPipeline/Steps/Initial/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,11 @@ const Initial = ({ style }) => {
<QuestionCircleOutlined
onClick={openUrl('/hkube/site/learn/streaming/')}
/>
<QuestionCircleOutlined
onClick={openUrl(
`${process.env.REACT_APP_SITEBASEURL}/learn/streaming/`
)}
/>
</>
)}
</Form.Item>
Expand Down

0 comments on commit b9b84aa

Please sign in to comment.