File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff 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} ) ;
Original file line number Diff line number Diff line change @@ -59,10 +59,10 @@ export const withSubmenuFlip = () => (
5959export 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) ;
Original file line number Diff line number Diff line change @@ -9,10 +9,10 @@ import notes from './SelectMenuLinkItem.stories.md';
99export 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) ;
You can’t perform that action at this time.
0 commit comments