From 56aee7d4288ff574fe7fca7e67f6c0a281bc4685 Mon Sep 17 00:00:00 2001 From: Andrew Brown Date: Mon, 20 Feb 2017 18:45:42 +0000 Subject: [PATCH] Update CTA button colors on landing page --- app/views/main/index.html.erb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/app/views/main/index.html.erb b/app/views/main/index.html.erb index e8e02f4b..82c22f30 100644 --- a/app/views/main/index.html.erb +++ b/app/views/main/index.html.erb @@ -3,7 +3,7 @@


-

+

<%= t('marketing.landing_page.promo_header') %>

@@ -14,7 +14,7 @@
<%= link_to t('marketing.landing_page.cta.get_yours'), new_user_registration_path, - class: 'btn-large waves-effect waves-light teal lighten-1' %> + class: 'btn-large waves-effect waves-light blue lighten-1' %>

<%= t('marketing.landing_page.promo_subtext') %> @@ -208,7 +208,7 @@
-

<%= t('marketing.landing_page.pricing.title') %>

+

<%= t('marketing.landing_page.pricing.title') %>

<%= t('marketing.landing_page.pricing.subtitle') %> @@ -276,7 +276,7 @@
<%= link_to t('marketing.landing_page.pricing.cta.button'), new_user_registration_path, - class: 'btn-large waves-effect waves-light teal lighten-1' %> + class: 'btn-large waves-effect waves-light blue lighten-1' %>