add title for refresh btn

pull/178/head
Nevysha 2023-07-05 10:36:08 +02:00
parent 2e4da7867a
commit 3e17e8d29a
1 changed files with 2 additions and 1 deletions

View File

@ -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>