From 12925f74101b7cc65eb719ba3815b695087a54c1 Mon Sep 17 00:00:00 2001 From: Alexander Petros <contact@alexpetros.com> Date: Tue, 30 Jul 2024 15:07:14 -0400 Subject: [PATCH] Fix relative links --- www/switch-emoji/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/www/switch-emoji/index.html b/www/switch-emoji/index.html index 76cff97..5e58e4b 100644 --- a/www/switch-emoji/index.html +++ b/www/switch-emoji/index.html @@ -32,8 +32,8 @@ <h1>Switch Emoji Proposal</h1> We're proposing two new emoji! <section> -<img src="./switch-emoji/up-switch-emoji-color.png" height=100 style="height:100px" alt="A switch in the up position, full size in color"> -<img src="./switch-emoji/down-switch-emoji-color.png" height=100 style="height:100px" alt="A switch in the down position, full size in color"> +<img src="./up-switch-emoji-color.png" height=100 style="height:100px" alt="A switch in the up position, full size in color"> +<img src="./down-switch-emoji-color.png" height=100 style="height:100px" alt="A switch in the down position, full size in color"> </section> <p><a href="/switch-emoji/proposal">View the proposal (HTML)</a></p>