Button: Enable tooltip for <a> types
The "Report Content" button was the impetus for this, as there was no way to know what that button is for unless the user clicked it (or smart enough to decipher the icon). 3465
This commit is contained in:
parent
57a09cd3c6
commit
590feab1d1
1 changed files with 1 additions and 0 deletions
|
@ -141,6 +141,7 @@ const Button = forwardRef<any, {}>((props: Props, ref: any) => {
|
||||||
rel="noopener noreferrer"
|
rel="noopener noreferrer"
|
||||||
href={href || navigate}
|
href={href || navigate}
|
||||||
className={combinedClassName}
|
className={combinedClassName}
|
||||||
|
title={title}
|
||||||
onClick={onClick}
|
onClick={onClick}
|
||||||
>
|
>
|
||||||
{content}
|
{content}
|
||||||
|
|
Loading…
Reference in a new issue