From 90e1060e8be07e38af44a1f6ae5d4b939ed719c5 Mon Sep 17 00:00:00 2001 From: Michael Torres Date: Wed, 10 Aug 2016 09:20:42 -0400 Subject: [PATCH] Update _nav_header.erb Changed tagline to match prototype --- app/views/components/_nav_header.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/components/_nav_header.erb b/app/views/components/_nav_header.erb index 8189aa4b..7b9890ad 100644 --- a/app/views/components/_nav_header.erb +++ b/app/views/components/_nav_header.erb @@ -9,7 +9,7 @@ <%= image_tag '18F-Logo-2016-Blue.svg', alt: '18f-logo', class: 'logo-img' %>
<%= title ||= "Micro-purchase" %>
-
A marketplace for the federal government’s open source projects
+
A marketplace for open source work
<% end %>