From 658bcddec5b6f5022e2e4ab3cb9fcfbdd7ed9f23 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?deniz=20g=C3=B6k=C3=A7in?= <33603535+dgokcin@users.noreply.github.com> Date: Tue, 13 Aug 2024 11:51:28 +0200 Subject: [PATCH] fix: change reservation icon (#3) --- Code.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Code.js b/Code.js index 4b2f243..bd11758 100644 --- a/Code.js +++ b/Code.js @@ -5,7 +5,6 @@ const emojiMap = { 'journey': '🚆', 'trip': '🚆', 'stay': '🏠', - 'reservation': '🏨', 'holy shred': '💪', 'holy ride': '🚵', 'meeting': '🤝', @@ -14,6 +13,7 @@ const emojiMap = { 'sosyal aktivite': '🎉', 'paris 2024': '🏅', 'randevu': '📅', + 'reservation': '📅', 'appointment': '📅', 'tamir': '🛠️', 'repair': '🛠️',