From 7dc25ba841c722931795bc1e031383f838b0f0a4 Mon Sep 17 00:00:00 2001
From: Karina Kwiatek <kjk@kjk.dog>
Date: Sun, 7 May 2023 12:51:40 +0200
Subject: [PATCH] Appease the robot dog

---
 app/views/navigation/_desktop.html.haml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app/views/navigation/_desktop.html.haml b/app/views/navigation/_desktop.html.haml
index 42eb0f8f..35ee9a4f 100644
--- a/app/views/navigation/_desktop.html.haml
+++ b/app/views/navigation/_desktop.html.haml
@@ -33,7 +33,7 @@
           %turbo-frame#notifications-dropdown-list
             - Rails.cache.fetch current_user.notification_dropdown_cache_key do
               - notifications = Notification.for(current_user).where(new: true).includes([:target]).limit(4)
-              = render 'navigation/dropdown/notifications', notifications:, size: "desktop"
+              = render "navigation/dropdown/notifications", notifications:, size: "desktop"
       %li.nav-item.d-none.d-sm-block{ data: { bs_toggle: 'tooltip', bs_placement: 'bottom' }, title: t('.ask_question') }
         %a.nav-link{ href: "#", name: "toggle-all-ask", data: { bs_target: "#modal-ask-followers", bs_toggle: :modal, hotkey: "n" } }
           %i.fa.fa-pencil-square-o