mirror of https://github.com/Nevysha/Cozy-Nest.git
add title for refresh btn
parent
2e4da7867a
commit
3e17e8d29a
|
|
@ -180,8 +180,9 @@ export function CozyExtraNetworks() {
|
|||
>Display folder filter</Checkbox>
|
||||
<div style={{flex:1}}/>
|
||||
<button
|
||||
className='refreshEnBtn'
|
||||
className='refreshEnBtn'
|
||||
onClick={reload}
|
||||
title='Reload extra networks'
|
||||
>
|
||||
<RefreshIcon color="00d9ff" className="icon"/>
|
||||
</button>
|
||||
|
|
|
|||
Loading…
Reference in New Issue