mirror of
https://github.com/Unleash/unleash.git
synced 2025-05-08 01:15:49 +02:00
add help tooltip
This commit is contained in:
parent
d617eaaefc
commit
44cefd9bcd
@ -105,15 +105,17 @@ export const ConstraintAccordionList = forwardRef<
|
||||
<div>
|
||||
<p>
|
||||
Add any number of custom constraints
|
||||
<a
|
||||
href={
|
||||
'https://docs.getunleash.io/advanced/strategy_constraints'
|
||||
}
|
||||
target="_blank"
|
||||
rel="noopener noreferrer"
|
||||
>
|
||||
<Help className={styles.help} />
|
||||
</a>
|
||||
<Tooltip title="Help" arrow>
|
||||
<a
|
||||
href={
|
||||
'https://docs.getunleash.io/advanced/strategy_constraints'
|
||||
}
|
||||
target="_blank"
|
||||
rel="noopener noreferrer"
|
||||
>
|
||||
<Help className={styles.help} />
|
||||
</a>
|
||||
</Tooltip>
|
||||
</p>
|
||||
<Button
|
||||
type="button"
|
||||
|
Loading…
Reference in New Issue
Block a user