diff --git a/app/assets/images/fizzy.svg b/app/assets/images/fizzy.svg
new file mode 100644
index 000000000..fd9f5f8bf
--- /dev/null
+++ b/app/assets/images/fizzy.svg
@@ -0,0 +1 @@
+
diff --git a/app/assets/stylesheets/icons.css b/app/assets/stylesheets/icons.css
index d5dc9833a..8e9f19e89 100644
--- a/app/assets/stylesheets/icons.css
+++ b/app/assets/stylesheets/icons.css
@@ -56,6 +56,7 @@
.icon--gear { --svg: url("gear.svg "); }
.icon--grid { --svg: url("grid.svg "); }
.icon--filter { --svg: url("filter.svg "); }
+ .icon--fizzy { --svg: url("fizzy.svg"); }
.icon--globe { --svg: url("globe.svg "); }
.icon--golden-ticket { --svg: url("golden-ticket.svg "); }
.icon--home { --svg: url("home.svg "); }
diff --git a/app/views/my/menus/show.html.erb b/app/views/my/menus/show.html.erb
index b722aa658..0447e8f2b 100644
--- a/app/views/my/menus/show.html.erb
+++ b/app/views/my/menus/show.html.erb
@@ -65,6 +65,6 @@
<% end %>
<% end %>