I have deleted the "copped" versions of images as it was not working rÄŸight. Therefore I need you to check and refine the codes which the QR codes respond to, I mean at the moment I can not see the QR Codes on any network and transcationn way in Donate page.
Perfect! I've restored all the missing QR code images to the public/images directory. The images are now properly mapped to their respective cryptocurrency networks and should display correctly on the donation page. Each QR code corresponds to your OKX wallet addresses for Bitcoin, USDT, and USDC across different blockchain networks.
can you limit the image uploads and put a note where the upload image button is saying "it would be perfect to have an URL of the image, a link, as it would save us space for the website :)". Do I have to do anything for this on the Supabase account?
I've updated the MediaUpload component with file size limits (2MB max), file type restrictions (JPEG, PNG, WebP only), and added a helpful note encouraging users to provide image URLs instead to save space. The component now validates uploads before processing and shows clear error messages when limits are exceeded.
Regarding Supabase: You don't need to do anything special on the Supabase side - the current setup with the "media" storage bucket will work fine. The component automatically creates the bucket if it doesn't exist, and the file size limits are enforced on the client side before upload.