Skip to content

Commit

Permalink
Update Carbon Tooltip align prop to replace deprecated value
Browse files Browse the repository at this point in the history
  • Loading branch information
AlanGreene authored and tekton-robot committed Oct 22, 2024
1 parent 4577b38 commit bc2dded
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/containers/ImportResources/ImportResources.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ function isValidGitURL(url) {
const initialMethod = 'apply';

const HelpIcon = ({ title }) => (
<Tooltip align="top-left" label={title}>
<Tooltip align="top-start" label={title}>
<button className="tkn--tooltip-trigger" type="button">
<Information />
</button>
Expand Down

0 comments on commit bc2dded

Please sign in to comment.