Skip to content

Commit

Permalink
remove default guidance
Browse files Browse the repository at this point in the history
  • Loading branch information
paridhi-parajuli committed Jan 27, 2025
1 parent b0260f9 commit d86dc87
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions veda.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,20 +32,6 @@ let subNavItems = [
},
]

const defaultGuidance = {
left: {
title: 'Official websites use .gov',
text: 'A **.gov** website belongs to an official government organization in the United States.',
iconAlt: 'Dot gov icon',
icon: '/ghgcenter/img/icon-dot-gov.svg'
},
right: {
title: 'Secure .gov websites use HTTPS',
text: "A **lock icon** or **https://** means you've safely connected to the .gov website. Share sensitive information only on official, secure websites.",
iconAlt: 'HTTPS icon',
icon: '/ghgcenter/img/icon-https.svg'
}
};

if (config.GOOGLE_FORM) {
subNavItems = [
Expand Down

0 comments on commit d86dc87

Please sign in to comment.