mirror of
https://github.com/AdguardTeam/AdGuardHome.git
synced 2025-02-16 18:09:47 +03:00
Add a title to the refresh buttons
This increases a bit the accessibility.
This commit is contained in:
parent
bdff46ec1d
commit
026cc2ecbf
1 changed files with 1 additions and 0 deletions
|
@ -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">
|
||||
|
|
Loading…
Add table
Reference in a new issue