diff --git a/app/views/bubbles/pins/_tray.html.erb b/app/views/bubbles/pins/_tray.html.erb
index 98963bb8c..cab89eaef 100644
--- a/app/views/bubbles/pins/_tray.html.erb
+++ b/app/views/bubbles/pins/_tray.html.erb
@@ -5,7 +5,7 @@
<%= turbo_frame_tag "pins", src: bubbles_pins_tray_path %>
- <%= tag.button type: "button", class: "pin-tray__all_action btn flex-item-justify-start shadow", data: { action: "click->dialog#close"} do %>
+ <%= tag.button type: "button", class: "tray__all_action btn flex-item-justify-start shadow", data: { action: "click->dialog#close"} do %>
<%= image_tag "remove-med.svg", aria: { hidden: true }, size: 24 %>
Close
<% end %>