Add a title to the refresh buttons

This increases a bit the accessibility.
This commit is contained in:
jvoisin 2020-12-21 17:00:27 +01:00
parent bdff46ec1d
commit 026cc2ecbf
1 changed files with 1 additions and 0 deletions

View File

@ -44,6 +44,7 @@ const Dashboard = ({
const refreshButton = <button
type="button"
className="btn btn-icon btn-outline-primary btn-sm"
title={t('refresh')}
onClick={() => getAllStats()}
>
<svg className="icons">