From 88895cbbbd8e478fe8a7004020673323ee1d63d6 Mon Sep 17 00:00:00 2001 From: drusepth Date: Wed, 1 Jun 2022 16:48:36 -0700 Subject: [PATCH] streak tweaks --- app/views/main/dashboard.html.erb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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 %>