From d33a083f9894d835373428b21a934ca39b476211 Mon Sep 17 00:00:00 2001 From: Eugene Burmakin Date: Sat, 13 Sep 2025 12:12:40 +0200 Subject: [PATCH] Replace bell in navbar with lucide icon --- app/assets/svg/icons/lucide/outline/bell.svg | 1 + app/views/shared/_navbar.html.erb | 15 ++------------- 2 files changed, 3 insertions(+), 13 deletions(-) create mode 100644 app/assets/svg/icons/lucide/outline/bell.svg diff --git a/app/assets/svg/icons/lucide/outline/bell.svg b/app/assets/svg/icons/lucide/outline/bell.svg new file mode 100644 index 00000000..c3a5ae9a --- /dev/null +++ b/app/assets/svg/icons/lucide/outline/bell.svg @@ -0,0 +1 @@ + diff --git a/app/views/shared/_navbar.html.erb b/app/views/shared/_navbar.html.erb index 499a7fd6..c00c405f 100644 --- a/app/views/shared/_navbar.html.erb +++ b/app/views/shared/_navbar.html.erb @@ -87,19 +87,8 @@