We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 944c64f commit 01b8192Copy full SHA for 01b8192
1 file changed
components/header/header.tsx
@@ -75,6 +75,8 @@ export const Header = () => {
75
<div
76
className={`flex px-3 py-1 gap-2 h-[48px] rounded-3xl justify-center items-center ${isNetworkSupported ? 'bg-white/25' : 'bg-red-400/25'}`}
77
onClick={networkClick}
78
+ title="Switch between Tari Testnet and Ethereum Sepolia"
79
+ aria-label="Network Switcher"
80
>
81
<div className="w-[24px] h-[24px] rounded-full overflow-hidden relative">
82
<Image src="/eth.png" fill sizes="24px" alt="Tari icon" className="rounded-full object-cover" />
0 commit comments