From 324e842d3d29023bb9a4bea252363d4ea21135dd Mon Sep 17 00:00:00 2001 From: Omar Najjar Date: Sun, 9 Mar 2025 16:52:13 +1100 Subject: [PATCH] le pepe --- index.html | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/index.html b/index.html index 22b0f87..2649f41 100644 --- a/index.html +++ b/index.html @@ -1456,9 +1456,13 @@ async function handleVote(proposalId, voteType) { uploadLabel.className = 'meme-upload-label'; uploadLabel.setAttribute('for', 'meme-upload-input'); - const uploadIcon = document.createElement('span'); - uploadIcon.className = 'meme-upload-icon'; - uploadIcon.textContent = '🖼️'; + const uploadIcon = document.createElement('img'); +uploadIcon.className = 'meme-upload-icon'; +uploadIcon.src = 'https://radical.omar-c29.workers.dev/memes/pepe.jpg'; +uploadIcon.alt = 'Pepe'; +uploadIcon.style.width = '20px'; +uploadIcon.style.height = '20px'; +uploadIcon.style.marginRight = '8px'; const uploadText = document.createElement('span'); uploadText.className = 'meme-upload-text';