diff --git a/src/components/App.tsx b/src/components/App.tsx
index d2dc835..d325a23 100644
--- a/src/components/App.tsx
+++ b/src/components/App.tsx
@@ -41,7 +41,7 @@ const App: React.FC = () => {
{ethStatus?.syncState === "syncing" ? (
-
+
{ethStatus.sync.toFixed(1)}% Syncing Ethereum Network
) : ethStatus?.syncState === "done" ? (
@@ -52,8 +52,8 @@ const App: React.FC = () => {
) : null}
{handshakeStatus?.syncState === "syncing" ? (
-
- {handshakeStatus.sync.toFixed(1)}% Syncing Ethereum Network
+
+ {handshakeStatus.sync.toFixed(1)}% Syncing Handshake Network
) : handshakeStatus?.syncState === "done" ? (