From 6d9840035419653e92bd9ff2a6cef208fada654b Mon Sep 17 00:00:00 2001 From: Christine Dodrill Date: Tue, 3 Feb 2015 11:02:59 -0800 Subject: [PATCH] update index page links --- views/index.moon | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/views/index.moon b/views/index.moon index 99b2ccc..e4b58b0 100644 --- a/views/index.moon +++ b/views/index.moon @@ -6,7 +6,7 @@ class About extends Widget div class: "row panel", -> div class: "col-md-4 bg_blur", -> - a href: "/hire", class: "follow_btn hidden-xs", "Hire me" + a href: "/contact", class: "follow_btn hidden-xs", "Contact Me" div class: "col-md-8 col-xs-12", -> img src: @user.avatar_url, class: "img-thumbnail picture hidden-xs"