feat: add synced % as title

This commit is contained in:
Derrick Hammer 2023-07-27 20:52:18 -04:00
parent a6b962149a
commit bb351e3efd
Signed by: pcfreak30
GPG Key ID: C997C339BE476FF2
1 changed files with 3 additions and 1 deletions

View File

@ -19,7 +19,9 @@ export default function Network({ module }) {
}, [module]);
return (
<li className={classNames({ success: ready, loading: !ready })}>
<li
className={classNames({ success: ready, loading: !ready })}
title={sync ? `${sync}% Synced` : ""}>
<div className="network">
<span
className={classNames("icon", {