From 724909c426a170a4ed42df07dd46b80bcd69f2f9 Mon Sep 17 00:00:00 2001 From: Bermon Painter Date: Fri, 8 Feb 2013 20:40:15 -0800 Subject: [PATCH] Adjusted the text in the buttons for the homepage. --- source/index.html.haml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/index.html.haml b/source/index.html.haml index b6bd1b9..64f409c 100644 --- a/source/index.html.haml +++ b/source/index.html.haml @@ -21,7 +21,7 @@ title: Sass | Syntactically Awesome Style Sheets type the following into the command line: .call-to-action / We'll try and point the user to either - %p= link_to "CLI Quickstart", '/quickstart/command-line#unix', :class => 'button' + %p= link_to "Command Line Quickstart", '/quickstart/command-line#unix', :class => 'button' %pre %code gem install sass @@ -36,7 +36,7 @@ title: Sass | Syntactically Awesome Style Sheets %p.description Get started quickly by installing a Sass for Linux, Mac or Windows. .call-to-action %p= link_to "GUI Quickstart", '/quickstart/gui', :class => 'button' - %p= link_to "Get Compass.app", '#', :class => 'button' + %p= link_to "Download Compass.app", '#', :class => 'button'