Skip to content

Commit

Permalink
Merge pull request #177 from US-CBP/bugfix/universal-header-story-assets
Browse files Browse the repository at this point in the history
Update universal header story with relative path to assets
  • Loading branch information
dgibson666 authored Aug 7, 2024
2 parents ed57a5d + 4bdfba9 commit 2f5cc20
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,8 @@ const UniversalHeaderTemplate = ({ logoSrcLg, logoSrcSm, username, isLoggedIn })

export const UniversalHeader = UniversalHeaderTemplate.bind({});
UniversalHeader.args = {
logoSrcLg: "./assets/images/cbp-header-logo.svg",
logoSrcSm: "./assets/images/cbp-seal.svg",
username: 'HASHIDX',
isLoggedIn: true,
};
Expand Down

0 comments on commit 2f5cc20

Please sign in to comment.