Skip to content

Commit c73965b

Browse files
authored
fix(storybook): update brand url (#4337)
* fix(storybook): update brand url * fix: update links in stories
1 parent b2a4e01 commit c73965b

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.storybook/customTheme.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,6 @@ export default create({
2727
barBg: vars.bdlBoxBlue,
2828

2929
brandTitle: 'Box Elements',
30-
brandUrl: 'https://opensource.box.com/box-ui-elements/storybook',
30+
brandUrl: 'https://opensource.box.com/box-ui-elements/',
3131
brandImage: 'https://repository-images.githubusercontent.com/95743138/c161b500-021b-11ea-8bf9-3aa8776acdec',
3232
});

src/components/menu/stories/Menu.stories.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,10 +59,10 @@ export const withSubmenuFlip = () => (
5959
export const withSelectMenu = () => (
6060
<Menu>
6161
<SelectMenuLinkItem isSelected>
62-
<Link href="http://opensource.box.com/box-ui-elements/storybook">View Profile</Link>
62+
<Link href="https://opensource.box.com/box-ui-elements/">View Profile</Link>
6363
</SelectMenuLinkItem>
6464
<SelectMenuLinkItem>
65-
<Link href="http://opensource.box.com/box-ui-elements/storybook">Awesome Link</Link>
65+
<Link href="https://opensource.box.com/box-ui-elements/">Awesome Link</Link>
6666
</SelectMenuLinkItem>
6767
</Menu>
6868
);

src/components/menu/stories/SelectMenuLinkItem.stories.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ import notes from './SelectMenuLinkItem.stories.md';
99
export const basic = () => (
1010
<Menu>
1111
<SelectMenuLinkItem isSelected>
12-
<Link href="http://opensource.box.com/box-ui-elements/storybook">View Profile</Link>
12+
<Link href="https://opensource.box.com/box-ui-elements/">View Profile</Link>
1313
</SelectMenuLinkItem>
1414
<SelectMenuLinkItem>
15-
<Link href="http://opensource.box.com/box-ui-elements/storybook">Awesome Link</Link>
15+
<Link href="https://opensource.box.com/box-ui-elements/">Awesome Link</Link>
1616
</SelectMenuLinkItem>
1717
</Menu>
1818
);

0 commit comments

Comments
 (0)