diff --git a/app/views/main/dashboard.html.erb b/app/views/main/dashboard.html.erb index 6978be85..49b5a06e 100644 --- a/app/views/main/dashboard.html.erb +++ b/app/views/main/dashboard.html.erb @@ -48,7 +48,7 @@
-
+
@@ -127,12 +127,12 @@
Your active writing streak
<% 7.times.with_index do |i| %> - - <%= 25 + i %> + <%= link_to '#day-breakdown', class: 'group relative inline-block mt-2 mr-2' do %> + <%= 25 + i %> check_circle - + <% end %> <% end %>