mirror of
https://github.com/AdguardTeam/AdGuardHome.git
synced 2024-12-15 11:22:49 +03:00
Add a title to the refresh buttons
This increases a bit the accessibility.
This commit is contained in:
parent
bdff46ec1d
commit
026cc2ecbf
@ -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…
Reference in New Issue
Block a user