Bubble [main]

Added Leafy Green avatar

0c553a62d1b0a50d35302430f39af0524cc1d820
diff --git a/50_bubble.py b/50_bubble.py
index 4ca6bf9..3398c65 100644
--- a/50_bubble.py
+++ b/50_bubble.py
@@ -18,7 +18,7 @@ from utils import *
 from worker import *
 
 
-__version__ = '9.21'
+__version__ = '9.22'
 
 
 class Bubble:
diff --git a/settings.py b/settings.py
index f5aace5..7d6ab63 100644
--- a/settings.py
+++ b/settings.py
@@ -334,13 +334,14 @@ def make_settings_page(session):
             ('📡', 'satellite antenna'),
 
             'Food',
-            ('☕️', 'hot beverage'),
-            ('🍵', 'teacup without handle'),
             ('🍺', 'beer mug'),
-            ('🍎', 'red apple'),
-            ('🥜', 'peanut'),
-            ('🍭', 'lollipop'),
             ('🍩', 'doughnut'),
+            ('☕️', 'hot beverage'),
+            ('🥬', 'leafy green'),
+            ('🍭', 'lollipop'),
+            ('🥜', 'peanut'),
+            ('🍎', 'red apple'),
+            ('🍵', 'teacup without handle'),
             ('🧇', 'waffle'),
 
             'Hobbies',