From 730c2eb8e43fcd92a22185f679f02dd3ee05e4bf Mon Sep 17 00:00:00 2001 From: Sean Mitchell Date: Tue, 11 Nov 2025 16:46:25 -0800 Subject: [PATCH] Add inline fizzy icon --- app/assets/images/fizzy.svg | 1 + app/assets/stylesheets/icons.css | 1 + app/views/my/menus/show.html.erb | 2 +- 3 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 app/assets/images/fizzy.svg 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 %>