Skip to content

Commit

Permalink
docs(storybook): fix reference for Committed logo
Browse files Browse the repository at this point in the history
.software no longer works, changed to .io
  • Loading branch information
stuarthendren committed Oct 26, 2021
1 parent 24c19a4 commit e6eed85
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .storybook/committed/theme.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@ const overrides = {
export const committedLight = create({
...overrides,
base: 'light',
brandImage: 'https://committed.software/Committed_Light.svg',
brandImage: 'https://committed.io/Committed_Light.svg',
})

export const committedDark = create({
...overrides,
base: 'dark',
appBg: '#000000',
brandImage: 'https://committed.software/Committed_Dark.svg',
brandImage: 'https://committed.io/Committed_Dark.svg',
})

0 comments on commit e6eed85

Please sign in to comment.