Reorganize images and update web components

This commit is contained in:
2026-01-17 18:40:21 +03:00
parent f3e4e344ff
commit 1b29df3379
59 changed files with 1814 additions and 6441 deletions
+1 -1
View File
@@ -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;