From 590feab1d161a8399305d9b4108806da9365da3e Mon Sep 17 00:00:00 2001 From: infiinte-persistence Date: Fri, 2 Oct 2020 12:12:06 +0800 Subject: [PATCH] Button: Enable tooltip for 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 --- ui/component/button/view.jsx | 1 + 1 file changed, 1 insertion(+) diff --git a/ui/component/button/view.jsx b/ui/component/button/view.jsx index e0a53259e..bce180c10 100644 --- a/ui/component/button/view.jsx +++ b/ui/component/button/view.jsx @@ -141,6 +141,7 @@ const Button = forwardRef((props: Props, ref: any) => { rel="noopener noreferrer" href={href || navigate} className={combinedClassName} + title={title} onClick={onClick} > {content}