Skip to content

Commit

Permalink
add subpath for banner images
Browse files Browse the repository at this point in the history
  • Loading branch information
paridhi-parajuli committed Feb 21, 2025
1 parent efd9d86 commit c606e83
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions veda.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,13 @@ const defaultGuidance = {
title: 'Official websites use .gov',
text: 'A **.gov** website belongs to an official government organization in the United States.',
iconAlt: 'Dot gov icon',
icon: '/img/icon-dot-gov.svg'
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: '/img/icon-https.svg'
icon: '/ghgcenter/img/icon-https.svg'
}
};

Expand Down Expand Up @@ -162,7 +162,7 @@ module.exports = {
headerText: 'An official website of the United States government',
headerActionText: "Here's how you know",
ariaLabel: 'Banner for official government website',
flagImgSrc: '/img/us_flag_small.png',
flagImgSrc: '/ghgcenter/img/us_flag_small.png',
flagImgAlt: 'US flag',
leftGuidance: defaultGuidance.left,
rightGuidance: defaultGuidance.right,
Expand Down

0 comments on commit c606e83

Please sign in to comment.