mirror of
https://github.com/pezkuwichain/pwap.git
synced 2026-04-25 11:57:56 +00:00
Reorganize images and update web components
This commit is contained in:
@@ -150,14 +150,6 @@ const HeroSection: React.FC = () => {
|
||||
{t('hero.exploreGovernance', 'Explore Governance')}
|
||||
<ChevronRight className="ml-2 w-5 h-5 group-hover:translate-x-1 transition-transform" />
|
||||
</button>
|
||||
<a
|
||||
href="/pezkuwi-wallet.apk"
|
||||
download="pezkuwi-wallet.apk"
|
||||
className="px-8 py-4 bg-gradient-to-r from-blue-600 to-blue-700 text-white font-bold rounded-lg hover:shadow-lg hover:shadow-blue-500/50 transition-all transform hover:scale-105 flex items-center justify-center group"
|
||||
>
|
||||
<Smartphone className="mr-2 w-5 h-5" />
|
||||
{t('hero.downloadWallet', 'Download Mobile Wallet')}
|
||||
</a>
|
||||
<button
|
||||
onClick={() => document.getElementById('governance')?.scrollIntoView({ behavior: 'smooth' })}
|
||||
className="px-8 py-4 bg-gray-900/80 backdrop-blur-sm text-white font-semibold rounded-lg border border-gray-700 hover:bg-gray-800 hover:border-gray-600 transition-all"
|
||||
|
||||
@@ -106,7 +106,7 @@ export const CitizenRoute: React.FC<RouteGuardProps> = ({
|
||||
<Users className="w-16 h-16 text-yellow-500" />
|
||||
<h2 className="text-2xl font-bold text-white">Wallet Not Connected</h2>
|
||||
<p className="text-gray-400">
|
||||
Please connect your Polkadot wallet to access this feature.
|
||||
Please connect your Pezkuwi wallet to access this feature.
|
||||
</p>
|
||||
<Button
|
||||
onClick={() => window.location.href = '/'}
|
||||
|
||||
@@ -78,7 +78,7 @@ export const DEXDashboard: React.FC = () => {
|
||||
{!account ? (
|
||||
<div className="text-center py-12">
|
||||
<div className="mb-4 text-gray-400 text-lg">
|
||||
Please connect your Polkadot wallet to use the DEX
|
||||
Please connect your Pezkuwi wallet to use the DEX
|
||||
</div>
|
||||
</div>
|
||||
) : (
|
||||
|
||||
@@ -113,7 +113,7 @@ export function ReferralProvider({ children }: { children: ReactNode }) {
|
||||
if (!referredAddress || referredAddress.length < 47) {
|
||||
toast({
|
||||
title: 'Invalid Address',
|
||||
description: 'Please enter a valid Polkadot address',
|
||||
description: 'Please enter a valid Pezkuwi address',
|
||||
variant: 'destructive',
|
||||
});
|
||||
return false;
|
||||
|
||||
@@ -533,7 +533,7 @@ export default function Dashboard() {
|
||||
<div className="text-center py-8">
|
||||
<Shield className="h-12 w-12 text-muted-foreground mx-auto mb-4" />
|
||||
<p className="text-muted-foreground mb-4">
|
||||
Connect your Polkadot wallet to view your on-chain roles
|
||||
Connect your Pezkuwi wallet to view your on-chain roles
|
||||
</p>
|
||||
<Button onClick={() => navigate('/')}>
|
||||
Go to Home to Connect Wallet
|
||||
|
||||
Reference in New Issue
Block a user