diff --git a/src/components/NavigationFrame.js b/src/components/NavigationFrame.js index cef891e..51a8820 100644 --- a/src/components/NavigationFrame.js +++ b/src/components/NavigationFrame.js @@ -70,6 +70,21 @@ export default function NavigationFrame({ children }) { return ( <> +
+ + Beware of sites attempting to impersonate sollet.io or other DeFi + services. + +
{isExtensionWidth ? 'Sollet' : 'Solana SPL Token Wallet'} @@ -230,7 +245,9 @@ function NetworkSelector() { ) : null} - {cluster.name === 'mainnet-beta-backup' ? 'Mainnet Beta Backup' : cluster.apiUrl} + {cluster.name === 'mainnet-beta-backup' + ? 'Mainnet Beta Backup' + : cluster.apiUrl} ))}