Skip to content

Commit

Permalink
Wrap tooltip message in span for css
Browse files Browse the repository at this point in the history
  • Loading branch information
EMaksy committed Aug 6, 2024
1 parent e95564b commit 231d360
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions assets/js/common/ClusterTypeLabel/ClusterTypeLabel.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const MIGRATION_URL =
'https://www.suse.com/c/how-to-upgrade-to-saphanasr-angi/';
const ANGI_TOOLTIP_MESSAGE = 'Angi architecture';
const CLASSIC_TOOLTIP_MESSAGE = (
<>
<span>
Classic architecture. Recommended{' '}
<Link
to={MIGRATION_URL}
Expand All @@ -24,7 +24,7 @@ const CLASSIC_TOOLTIP_MESSAGE = (
migration
</Link>{' '}
to Angi architecture
</>
</span>
);

const icons = {
Expand Down

0 comments on commit 231d360

Please sign in to comment.