Skip to content

Commit

Permalink
change(docusaurus): modified story links to avoid broken usage tabs
Browse files Browse the repository at this point in the history
  • Loading branch information
ichim-david committed Jun 2, 2022
1 parent f220bf0 commit 78dc8d8
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
import Iframe from '../iframe_component.mdx';

<Iframe id='components-blockquote--default' > </Iframe>
<Iframe id='components-callout--default' > </Iframe>
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
import Iframe from '../iframe_component.mdx';

<Iframe height="400" id='components-card--default' > </Iframe>
<Iframe height="400" id='components-card-default--default' > </Iframe>
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
import Iframe from '../iframe_component.mdx';

## Low Importance
## Default

<Iframe id='components-label--default'height="120" > </Iframe>

## Medium Importance
## Basic

<Iframe id='components-label--medium-importance' height="120"> </Iframe>
<Iframe id='components-label--basic' height="120"> </Iframe>

## High Importance
## Ribbon

<Iframe id='components-label--high-importance' height="120"> </Iframe>
<Iframe id='components-label--ribbon' height="320"> </Iframe>

## Highlight
## Corner

<Iframe id='components-label--highlight'height="120" > </Iframe>
<Iframe id='components-label--corner'height="300" > </Iframe>

0 comments on commit 78dc8d8

Please sign in to comment.