Skip to content

Commit

Permalink
Move tooltip position to top for helmchart step
Browse files Browse the repository at this point in the history
  • Loading branch information
kimlisa committed Jan 3, 2025
1 parent 39b98e7 commit 44e63fd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -329,7 +329,7 @@ const StepTwo = ({
</Box>
<Flex alignItems="center" gap={1} mb={2}>
<Subtitle3>Add Labels (Optional)</Subtitle3>
<ResourceLabelTooltip resourceKind="kube" />
<ResourceLabelTooltip resourceKind="kube" toolTipPosition="top" />
</Flex>
<Box mb={3}>
<LabelsCreater
Expand Down

0 comments on commit 44e63fd

Please sign in to comment.