File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ import React, {Component} from 'react';
22import ComponentExample from 'docs/app/Components/ComponentDoc/ComponentExample' ;
33import ExampleSection from 'docs/app/Components/ComponentDoc/ExampleSection' ;
44
5- export default class HeaderTypesExamples extends Component {
5+ export default class HeaderContentExamples extends Component {
66 render ( ) {
77 return (
88 < ExampleSection title = 'Content' >
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ import React, {Component} from 'react';
22import ComponentExample from 'docs/app/Components/ComponentDoc/ComponentExample' ;
33import ExampleSection from 'docs/app/Components/ComponentDoc/ExampleSection' ;
44
5- export default class HeaderTypesExamples extends Component {
5+ export default class HeaderStatesExamples extends Component {
66 render ( ) {
77 return (
88 < ExampleSection title = 'States' >
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ import ComponentExample from 'docs/app/Components/ComponentDoc/ComponentExample'
33import ExampleSection from 'docs/app/Components/ComponentDoc/ExampleSection' ;
44import { Message } from 'stardust' ;
55
6- export default class HeaderTypesExamples extends Component {
6+ export default class HeaderVariationsExamples extends Component {
77 render ( ) {
88 return (
99 < ExampleSection title = 'Variations' >
You can’t perform that action at this time.
0 commit comments