File tree 3 files changed +6
-4
lines changed
3 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -31,14 +31,19 @@ const links = {
31
31
tutorials : { url : 'https://storybook.js.org/tutorials' } ,
32
32
changelog : { url : '/releases' , linkWrapper : FakeGatsbyLink } ,
33
33
telemetry : { url : '/telemetry' , linkWrapper : FakeGatsbyLink } ,
34
- status : { url : 'https://storybook.js.org/status' } ,
35
34
showcase : { url : 'https://storybook.js.org/showcase' } ,
36
35
projects : { url : 'https://storybook.js.org/showcase/projects' } ,
37
36
componentGlossary : { url : 'https://storybook.js.org/showcase/glossary' } ,
38
37
integrations : { url : '/integrations' , linkWrapper : FakeGatsbyLink } ,
39
38
getInvolved : { url : '/community' , linkWrapper : FakeGatsbyLink } ,
40
39
blog : { url : 'https://storybook.js.org/blog' } ,
41
40
hiring : { url : 'https://www.chromatic.com/company/jobs' } ,
41
+ enterprise : {
42
+ url : 'https://www.chromatic.com/sales?utm_source=storybook_website&utm_medium=link&utm_campaign=storybook' ,
43
+ } ,
44
+ chromatic : {
45
+ url : 'https://www.chromatic.com/storybook?utm_source=storybook_website&utm_medium=link&utm_campaign=storybook' ,
46
+ } ,
42
47
} ;
43
48
44
49
const Template = ( args ) => (
Original file line number Diff line number Diff line change @@ -25,7 +25,6 @@ const footerGroups = (links: Links) => ({
25
25
{ label : 'Tutorials' , link : links . tutorials } ,
26
26
{ label : 'Changelog' , link : links . changelog } ,
27
27
{ label : 'Telemetry' , link : links . telemetry } ,
28
- { label : 'Status' , link : links . status } ,
29
28
] ,
30
29
community : [
31
30
{ label : 'Addons' , link : links . integrations } ,
Original file line number Diff line number Diff line change @@ -13,7 +13,6 @@ export interface Links {
13
13
tutorials : LinkItem ;
14
14
changelog : LinkItem ;
15
15
telemetry : LinkItem ;
16
- status : LinkItem ;
17
16
showcase : LinkItem ;
18
17
projects : LinkItem ;
19
18
componentGlossary : LinkItem ;
@@ -33,7 +32,6 @@ export const defaultLinks = {
33
32
tutorials : { url : 'https://storybook.js.org/tutorials' } ,
34
33
changelog : { url : 'https://storybook.js.org/releases' } ,
35
34
telemetry : { url : 'https://storybook.js.org/telemetry' } ,
36
- status : { url : 'https://storybook.js.org/status' } ,
37
35
showcase : { url : 'https://storybook.js.org/showcase' } ,
38
36
projects : { url : 'https://storybook.js.org/showcase/projects' } ,
39
37
componentGlossary : { url : 'https://storybook.js.org/showcase/glossary' } ,
You can’t perform that action at this time.
0 commit comments