revert offline text

This commit is contained in:
Tom
2023-05-29 18:30:09 +02:00
parent c27a778e73
commit c0155b026a
3 changed files with 20 additions and 25 deletions
+1 -1
View File
@@ -124,7 +124,7 @@ const Home = () => {
<OfflineIndicator
key={`offline-${index}`}
address={subscription}
className="offline-text"
className="disconnected"
isText={true} />
<br key={`br-${index}`} />
</Fragment>