diff --git a/app/views/application/_notice_navbar.html.erb b/app/views/application/_notice_navbar.html.erb
index 7f01805..262681a 100644
--- a/app/views/application/_notice_navbar.html.erb
+++ b/app/views/application/_notice_navbar.html.erb
@@ -1,6 +1,6 @@
<% if defined?(current_user) && current_user %>
<%= link_to({ controller: 'notice/my/notifications' }, id: 'notice_show', class: 'navbar-item') do %>
- <%= current_user.unread_count %>
+ <%= current_user.unread_count %>
<% end %>
<% end %>