mirror of
https://github.com/pezkuwichain/pwap.git
synced 2026-04-22 22:57:55 +00:00
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:
@@ -376,11 +376,11 @@ export function CommissionSetupTab() {
|
||||
<div className="flex gap-2 mb-2">
|
||||
<Button
|
||||
onClick={() => {
|
||||
// Get wallet addresses from Pezkuwi Wallet extension
|
||||
// Get wallet addresses from Pezkuwi.js extension
|
||||
// For now, show instruction
|
||||
toast({
|
||||
title: 'Get Addresses',
|
||||
description: 'Copy addresses from Pezkuwi Wallet and paste below',
|
||||
description: 'Copy addresses from Pezkuwi.js and paste below',
|
||||
});
|
||||
}}
|
||||
variant="outline"
|
||||
|
||||
Reference in New Issue
Block a user