From d6ebd86232d049274b858a1ee6ce2a994b6f7ac8 Mon Sep 17 00:00:00 2001 From: Edward Betts Date: Tue, 23 Jan 2024 15:57:36 +0000 Subject: [PATCH] Add more emojis --- agenda/types.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/agenda/types.py b/agenda/types.py index 37f656e..c0f28b1 100644 --- a/agenda/types.py +++ b/agenda/types.py @@ -132,6 +132,8 @@ emojis = { "economist": "📰", "running": "🏃", "critical_mass": "🚴", + "trip": "🧳", + "hackathon": "💻", }