Update extension references to Pezkuwi.js

- Replace "Pezkuwi Wallet" with "Pezkuwi.js" in extension references
- Consistent naming with js.pezkuwichain.io landing page
This commit is contained in:
2026-01-15 11:43:11 +03:00
parent 960a936bd5
commit 5cb2bc1b8e
8 changed files with 21 additions and 21 deletions
+3 -3
View File
@@ -178,15 +178,15 @@ export const PezkuwiWalletButton: React.FC = () => {
<Dialog open={!!error} onOpenChange={() => {}}>
<DialogContent className="bg-gray-900 border-gray-800">
<DialogHeader>
<DialogTitle className="text-white">Install Pezkuwi Wallet Extension</DialogTitle>
<DialogTitle className="text-white">Install Pezkuwi.js Extension</DialogTitle>
<DialogDescription className="text-gray-400">
You need the Pezkuwi Wallet browser extension to connect your wallet
You need the Pezkuwi.js browser extension to connect your wallet
</DialogDescription>
</DialogHeader>
<div className="space-y-4">
<p className="text-gray-300">
The Pezkuwi Wallet extension allows you to manage your accounts and sign transactions securely.
The Pezkuwi.js extension allows you to manage your accounts and sign transactions securely.
</p>
<div className="flex gap-3">