@@ -3,47 +3,47 @@ import React from 'react';
33import { PrismCode } from 'react-prism' ;
44import Helmet from 'react-helmet' ;
55
6- import TagExample from '../examples/Tag ' ;
7- const TagExampleSource = require ( '!!raw!../examples/Tag ' ) ;
6+ import BadgeExample from '../examples/Badge ' ;
7+ const BadgeExampleSource = require ( '!!raw!../examples/Badge ' ) ;
88
9- import TagPillsExample from '../examples/TagPills ' ;
10- const TagPillsExampleSource = require ( '!!raw!../examples/TagPills ' ) ;
9+ import BadgePillsExample from '../examples/BadgePills ' ;
10+ const BadgePillsExampleSource = require ( '!!raw!../examples/BadgePills ' ) ;
1111
12- import TagVariationsExample from '../examples/TagVariations ' ;
13- const TagVariationsExampleSource = require ( '!!raw!../examples/TagVariations ' ) ;
12+ import BadgeVariationsExample from '../examples/BadgeVariations ' ;
13+ const BadgeVariationsExampleSource = require ( '!!raw!../examples/BadgeVariations ' ) ;
1414
15- export default class TagsPage extends React . Component {
15+ export default class BadgesPage extends React . Component {
1616 render ( ) {
1717 return (
1818 < div >
19- < Helmet title = "Tags " />
20- < h3 > Tags </ h3 >
19+ < Helmet title = "Badges " />
20+ < h3 > Badges </ h3 >
2121 < hr />
2222 < p > Scale to parent</ p >
2323 < div className = "docs-example" >
24- < TagExample />
24+ < BadgeExample />
2525 </ div >
2626 < pre >
2727 < PrismCode className = "language-jsx" >
28- { TagExampleSource }
28+ { BadgeExampleSource }
2929 </ PrismCode >
3030 </ pre >
3131 < h3 > Variations</ h3 >
3232 < div className = "docs-example" >
33- < TagVariationsExample />
33+ < BadgeVariationsExample />
3434 </ div >
3535 < pre >
3636 < PrismCode className = "language-jsx" >
37- { TagVariationsExampleSource }
37+ { BadgeVariationsExampleSource }
3838 </ PrismCode >
3939 </ pre >
4040 < h3 > Pills</ h3 >
4141 < div className = "docs-example" >
42- < TagPillsExample />
42+ < BadgePillsExample />
4343 </ div >
4444 < pre >
4545 < PrismCode className = "language-jsx" >
46- { TagPillsExampleSource }
46+ { BadgePillsExampleSource }
4747 </ PrismCode >
4848 </ pre >
4949 </ div >
0 commit comments