From 116953b33f0e24627f7ca4f14ce2f412c66a6aa3 Mon Sep 17 00:00:00 2001 From: Jonathan Bobel Date: Tue, 27 Feb 2024 12:42:47 -0500 Subject: [PATCH] Adjusting conditional logic to hide responsive menu button if navigation isn't present --- app/templates/components/components/header/template.njk | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/app/templates/components/components/header/template.njk b/app/templates/components/components/header/template.njk index 7719ac2c8..2c690329a 100644 --- a/app/templates/components/components/header/template.njk +++ b/app/templates/components/components/header/template.njk @@ -55,12 +55,11 @@ notify.gov - + {% if params.navigation %} + + {% endif %} - {% if current_user.is_authenticated %} - - {% endif %} - +