Skip to content

Commit

Permalink
docs(component-overview): update ffe-cards-react to match ts rewrite
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter Hellstrand committed May 7, 2024
1 parent 951bb5e commit 830111f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions component-overview/examples/cards/StippledCard.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import { Icon } from '@sb1/ffe-icons-react';
<>
<CardName>CardName</CardName>
<Title>Tittel</Title>
<Subtext element="span">Subtext er grå</Subtext>
<Subtext as="span">Subtext er grå</Subtext>
<Text>
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do
eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut
Expand All @@ -27,7 +27,7 @@ import { Icon } from '@sb1/ffe-icons-react';
<>
<CardName>CardName</CardName>
<Title>Tittel</Title>
<Subtext element="span">Subtext er grå</Subtext>
<Subtext as="span">Subtext er grå</Subtext>
<Text>
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do
eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut
Expand Down Expand Up @@ -338,7 +338,7 @@ import { Icon } from '@sb1/ffe-icons-react';
<>
<CardName>CardName</CardName>
<Title>Tittel</Title>
<Subtext element="span">Subtext er grå</Subtext>
<Subtext as="span">Subtext er grå</Subtext>
<Text>
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do
eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut
Expand Down
2 changes: 1 addition & 1 deletion component-overview/examples/cards/TextCard.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { TextCard } from '@sb1/ffe-cards-react';
<>
<CardName>Kortnavn</CardName>
<Title>Tittel</Title>
<Subtext element="span">Subtext er grå</Subtext>
<Subtext as="span">Subtext er grå</Subtext>
<Text>
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do
eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut
Expand Down

0 comments on commit 830111f

Please sign in to comment.