mirror of
https://github.com/pezkuwichain/pwap.git
synced 2026-04-22 02:07:55 +00:00
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:
Binary file not shown.
|
After Width: | Height: | Size: 178 KiB |
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user