Skip to content

Commit

Permalink
fix(WebTerminal): move from experimental to canary in storybook (#406)
Browse files Browse the repository at this point in the history
Co-authored-by: Matt Gallo <[email protected]>
  • Loading branch information
matthewgallo and matthewgallo authored Mar 4, 2021
1 parent c39baa4 commit e179f34
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ import React, { useState, useCallback } from 'react';
import WebTerminal from './WebTerminal';
import { Navigation } from './preview-components';
import mdx from './WebTerminal.mdx';
import {
storybookPrefixCanary as storybookPrefix /* , storybookPrefixReleased */,
} from '../../../config';

import styles from './_storybook-styles.scss';

Expand Down Expand Up @@ -77,7 +80,7 @@ export const WithDocumentationLinks = Template.bind({});
WithDocumentationLinks.args = { documentationLinks };

export default {
title: `Experimental/WebTerminal`,
title: `${storybookPrefix}/WebTerminal`,
parameters: {
styles,
docs: {
Expand Down

0 comments on commit e179f34

Please sign in to comment.