update offline indicator design and styling

This commit is contained in:
Tom
2023-05-29 12:20:45 +02:00
parent 7d1aa40c6c
commit 80d7c4ff4b
5 changed files with 33 additions and 32 deletions
+2 -2
View File
@@ -124,8 +124,8 @@ const Home = () => {
<OfflineIndicator
key={`offline-${index}`}
address={subscription}
className="disconnected"
tooltipPlace="top" />
className="offline-text"
isText={true} />
<br key={`br-${index}`} />
</Fragment>
))}