Skip to content

Commit

Permalink
Merge pull request #612 from storybookjs/fix_hosted_storybook_link
Browse files Browse the repository at this point in the history
UI: Fix D2IQ link and asset
  • Loading branch information
kylegach authored Nov 9, 2023
2 parents 0cb4e9b + 2836749 commit 4578c7c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/screens/IndexScreen/IndexScreen.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ export const storybooks = [
{
name: 'D2IQ',
logo: 'https://avatars.githubusercontent.com/u/19392808?v=4',
url: 'https://dcos-labs.github.io/ui-kit/',
url: 'http://design-system.d2iq.com/',
image: { src: 'images/home/storybooks/d2iq.webp', width: 1440, height: 1050 },
},
{
Expand Down
Binary file modified static/images/home/storybooks/d2iq.webp
Binary file not shown.

0 comments on commit 4578c7c

Please sign in to comment.