1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-08-23 13:46:45 +02:00

add help tooltip

This commit is contained in:
andreas-unleash 2022-07-22 14:06:29 +03:00
parent d617eaaefc
commit 44cefd9bcd

View File

@ -105,6 +105,7 @@ export const ConstraintAccordionList = forwardRef<
<div>
<p>
Add any number of custom constraints
<Tooltip title="Help" arrow>
<a
href={
'https://docs.getunleash.io/advanced/strategy_constraints'
@ -114,6 +115,7 @@ export const ConstraintAccordionList = forwardRef<
>
<Help className={styles.help} />
</a>
</Tooltip>
</p>
<Button
type="button"