Skip to content

Commit

Permalink
Merge pull request #6 from mturley/test-release-2
Browse files Browse the repository at this point in the history
feat(testcomponent): change to v2
  • Loading branch information
mturley authored Aug 24, 2020
2 parents 0b77391 + ca08630 commit 0f4e65c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/TestComponent/TestComponent.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export interface TestComponentProps {

const TestComponent: React.FunctionComponent<TestComponentProps> = ({ theme }) => (
<div data-testid="test-component" className={`test-component test-component-${theme}`}>
<h1 className="heading">Test component v1</h1>
<h1 className="heading">Test component v2 ✨</h1>
</div>
);

Expand Down

0 comments on commit 0f4e65c

Please sign in to comment.