feat: Replace reward distribution image with PezkuwiChain logo

- Added PezkuwiChain logo to public folder (179KB PNG)
- Replaced CDN image with local logo in RewardDistribution component
- Updated alt text to "PezkuwiChain Logo"

Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
2025-11-01 11:47:02 +03:00
parent 63027314f6
commit 861e8c710a
2 changed files with 3 additions and 3 deletions
Binary file not shown.

After

Width:  |  Height:  |  Size: 178 KiB

+3 -3
View File
@@ -33,9 +33,9 @@ const RewardDistribution: React.FC = () => {
</div>
<div className="mb-8">
<img
src="https://d64gsuwffb70l.cloudfront.net/68ec477a0a2fa844d6f9df15_1760315341305_1a772368.webp"
alt="Trust Score Network"
<img
src="/pezkuwichain_logo.png"
alt="PezkuwiChain Logo"
className="w-full h-64 object-cover rounded-xl opacity-80"
/>
</div>