Skip to content

Commit

Permalink
fix: Update routes
Browse files Browse the repository at this point in the history
  • Loading branch information
manuel.carrera committed Dec 5, 2024
1 parent 8ef616b commit a9b8f02
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
7 changes: 3 additions & 4 deletions .storybook/routes.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,9 @@
// and will rewrite the URL to point to the correct URL for the story. The Storybook key will be
// rewritten to something like `?path=/docs/${id}`
const routes = {
'/assets/accent-icons/': 'tokens-icon--accent-icon',
'/assets/applet-icons/': 'tokens-icon--applet-icon',
'/assets/applet-icons/': 'tokens-icon--applet-icon',
'/assets/system-icons/': 'tokens-icon--system-icon',
'/assets/accent-icons/': 'assets-icons-list--accent-icon-list',
'/assets/applet-icons/': 'assets-icons-list--applet-icon-list',
'/assets/system-icons/': 'assets-icons-list--applet-icon-list',
'/components/buttons/action-bar/': 'components-buttons-action-bar--basic',
'/components/buttons/button/': 'components-buttons--primary',
'/components/buttons/segmented-control/': 'preview-segmented-control--basic',
Expand Down
2 changes: 1 addition & 1 deletion modules/react/icon/stories/IconsList.stories.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import {AppletIconList} from './examples/IconsList/AppletIconList';
import {AccentIconList} from './examples/IconsList/AccentIconList';
import {Overview} from './examples/Overview'

<Meta title="Images and Icons/Icons List" />
<Meta title="Assets/Icons List" />

## Overview

Expand Down

0 comments on commit a9b8f02

Please sign in to comment.