Skip to content

Commit

Permalink
fix(cwc): storybook link (#10194)
Browse files Browse the repository at this point in the history
### Related Ticket(s)

N/A
### Description

Clicking on the storybook title for cwc was linking us back to the old repo

### Changelog


**Changed**

-updated link to the current repo


<!-- React and Web Component deploy previews are enabled by default. -->
<!-- To enable additional available deploy previews, apply the following -->
<!-- labels for the corresponding package: -->
<!-- *** "test: e2e": Codesandbox examples and e2e integration tests -->
<!-- *** "package: services": Services -->
<!-- *** "package: utilities": Utilities -->
<!-- *** "RTL": React / Web Components (RTL) -->
<!-- *** "feature flag": React / Web Components (experimental) -->
  • Loading branch information
ariellalgilmore authored Mar 7, 2023
1 parent 56cf925 commit ea4d0a6
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions packages/carbon-web-components/.storybook/theme.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* @license
*
* Copyright IBM Corp. 2019, 2022
* Copyright IBM Corp. 2019, 2023
*
* This source code is licensed under the Apache-2.0 license found in the
* LICENSE file in the root directory of this source tree.
Expand All @@ -11,6 +11,7 @@ import { create, ThemeVars } from '@storybook/theming';
import { version } from '../package.json';

export default create({
brandTitle: `carbon-web-components ${version}`,
brandUrl: 'https://github.com/carbon-design-system/carbon-web-components',
brandTitle: `@carbon/web-components ${version}`,
brandUrl:
'https://github.com/carbon-design-system/carbon-for-ibm-dotcom/tree/main/packages/carbon-web-components',
} as ThemeVars);

0 comments on commit ea4d0a6

Please sign in to comment.