From 00a984a3a5466bcf3dc4484e16acb962e795d9c8 Mon Sep 17 00:00:00 2001 From: Brenda Wallace Date: Wed, 19 Feb 2020 16:59:13 +1300 Subject: [PATCH] Removed cute icon that was making sections not line up --- app/views/home/index.html.haml | 1 - 1 file changed, 1 deletion(-) diff --git a/app/views/home/index.html.haml b/app/views/home/index.html.haml index 96e728c00..41fa1ca76 100644 --- a/app/views/home/index.html.haml +++ b/app/views/home/index.html.haml @@ -18,7 +18,6 @@ .row .col-xl-9.col %section.crops - = cute_icon %h2= t('home.crops.our_crops') = render 'crops' = link_to "#{t('home.crops.view_all')} ยป", crops_path, class: 'btn btn-block'