mirror of
https://github.com/pezkuwichain/pwap.git
synced 2026-06-14 06:41:01 +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>
|
||||||
|
|
||||||
<div className="mb-8">
|
<div className="mb-8">
|
||||||
<img
|
<img
|
||||||
src="https://d64gsuwffb70l.cloudfront.net/68ec477a0a2fa844d6f9df15_1760315341305_1a772368.webp"
|
src="/pezkuwichain_logo.png"
|
||||||
alt="Trust Score Network"
|
alt="PezkuwiChain Logo"
|
||||||
className="w-full h-64 object-cover rounded-xl opacity-80"
|
className="w-full h-64 object-cover rounded-xl opacity-80"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user