1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-10-27 11:02:16 +01: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,15 +105,17 @@ export const ConstraintAccordionList = forwardRef<
<div> <div>
<p> <p>
Add any number of custom constraints Add any number of custom constraints
<a <Tooltip title="Help" arrow>
href={ <a
'https://docs.getunleash.io/advanced/strategy_constraints' href={
} 'https://docs.getunleash.io/advanced/strategy_constraints'
target="_blank" }
rel="noopener noreferrer" target="_blank"
> rel="noopener noreferrer"
<Help className={styles.help} /> >
</a> <Help className={styles.help} />
</a>
</Tooltip>
</p> </p>
<Button <Button
type="button" type="button"