diff --git a/src/components/Web3Status/index.tsx b/src/components/Web3Status/index.tsx
index db5b4bc851..7262fc7d51 100644
--- a/src/components/Web3Status/index.tsx
+++ b/src/components/Web3Status/index.tsx
@@ -60,9 +60,7 @@ const Web3StatusError = styled(Web3StatusGeneric)`
}
`
-const Web3StatusConnectNavbar = styled.button<{ faded?: boolean }>`
- dispay: flex;
- align-items: center;
+const Web3StatusConnectButton = styled.button<{ faded?: boolean }>`
${({ theme }) => theme.flexRowNoWrap}
background-color: ${({ theme }) => theme.accentActionSoft};
border-radius: 12px;
@@ -251,7 +249,7 @@ function Web3StatusInner() {
element={ElementName.CONNECT_WALLET_BUTTON}
>
{navbarFlagEnabled ? (
-
+
Connect
@@ -269,7 +267,7 @@ function Web3StatusInner() {
onClick={toggleWalletDropdown}
/>
)}
-
+
) : (