From 11e0d9959254be25bad96883efa9bee75214b666 Mon Sep 17 00:00:00 2001 From: James Person Date: Mon, 6 Nov 2023 12:54:04 -0500 Subject: [PATCH] Link to Search (#2733) * Re-introduce search to the homescreen * Primary nav to match static site --- backend/static/scss/_header.scss | 6 ++- backend/templates/home.html | 43 +++++++---------- backend/templates/includes/nav_primary.html | 52 +++++++-------------- 3 files changed, 39 insertions(+), 62 deletions(-) diff --git a/backend/static/scss/_header.scss b/backend/static/scss/_header.scss index f025ec2a67..83fda268e1 100644 --- a/backend/static/scss/_header.scss +++ b/backend/static/scss/_header.scss @@ -96,7 +96,11 @@ .usa-accordion__button { color: #171717 - } + }; + + a.usa-nav-link { + color: #171717 + }; } .fac-beta-banner { diff --git a/backend/templates/home.html b/backend/templates/home.html index d0892876fe..679278ec49 100644 --- a/backend/templates/home.html +++ b/backend/templates/home.html @@ -10,18 +10,8 @@

When an organization spends $750,000 or more in federal grant funds in a given year, they are required to submit an audit.

- {% comment %} - Uncomment when search is implemented. -

- The FAC is moving to a new home at the General Services Administration (GSA). Only audits from 2022 will be - searchable on fac.gov for now. - Please use the U.S. Census Bureau FAC site to search for older records. -

- {% endcomment %} diff --git a/backend/templates/includes/nav_primary.html b/backend/templates/includes/nav_primary.html index a9a22b82d9..3d7ee0c55c 100644 --- a/backend/templates/includes/nav_primary.html +++ b/backend/templates/includes/nav_primary.html @@ -16,61 +16,45 @@ Close