fix: mobile cons

This commit is contained in:
Nevo David 2025-12-18 14:38:40 +07:00
parent e066804178
commit b7ce23cc5d
3 changed files with 3 additions and 3 deletions

View File

@ -51,7 +51,7 @@ export const ButtonCaster: FC<{
</clipPath>
</defs>
</svg>
<div>Farcaster</div>
<div className="block xs:hidden">Farcaster</div>
</div>
</NeynarAuthButton>
</NeynarContextProvider>

View File

@ -38,7 +38,7 @@ export const GoogleProvider = () => {
/>
</svg>
</div>
<div>Google</div>
<div className="block xs:hidden">Google</div>
</div>
);
};

View File

@ -23,7 +23,7 @@ export const WalletUiProvider: FC = () => {
fill="#0E0E0E"
/>
</svg>
Wallet
<div className="block xs:hidden">Wallet</div>
</div>
);
};