Skip to content

Commit

Permalink
Merge pull request #214 from US-CBP/bugfix/storybook8.3
Browse files Browse the repository at this point in the history
Update to relative path of CBP logo on navigation frame.
  • Loading branch information
dgibson666 authored Oct 16, 2024
2 parents 3551a0e + b6670d9 commit f516d43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/web-components/.storybook/theme.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ import { create } from '@storybook/theming/create';
export default create({
base: globalThis.matchMedia('(prefers-color-scheme: dark)').matches ? 'dark' : 'light', //'light',
brandTitle: 'CBP Design System | Web Components',
brandImage: '../assets/images/cbp-seal.svg',
brandImage: './assets/images/cbp-seal.svg',
brandTarget: '_self',
});

0 comments on commit f516d43

Please sign in to comment.