chore: Update translations
This commit is contained in:
@ -25,7 +25,7 @@ export const WalletBalance = () => {
|
|||||||
}, [balance, rates]);
|
}, [balance, rates]);
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<div className="w-full flex flex-col max-xl:hidden pl-3 py-2 cursor-pointer" onClick={() => navigate('/wallet')}>
|
<div className="w-full flex flex-col max-xl:hidden pl-3 py-2 cursor-pointer" onClick={() => navigate("/wallet")}>
|
||||||
<div className="grow flex items-center justify-between">
|
<div className="grow flex items-center justify-between">
|
||||||
<div className="flex gap-1 items-center text-xl">
|
<div className="flex gap-1 items-center text-xl">
|
||||||
<Icon name="sats" size={28} />
|
<Icon name="sats" size={28} />
|
||||||
|
Reference in New Issue
Block a user