Skip to content

Commit b07454f

Browse files
committed
Removes test mark from the content page
1 parent f996920 commit b07454f

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

__tests__/shared/components/__snapshots__/Content.jsx.snap

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,6 @@ exports[`Matches shallow shapshot 1`] = `
44
<div
55
className="src-shared-components-Content-___style__Content___aJySd"
66
>
7-
<h1>
8-
TEST
9-
</h1>
107
<h1>
118
Topcoder Community App
129
</h1>

src/shared/components/Content/index.jsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ import './style.scss';
1212
export default function Content() {
1313
return (
1414
<div styleName="Content">
15-
<h1>TEST</h1>
1615
<h1>Topcoder Community App</h1>
1716
<p>Isomorphic ReactJS App for new version of Topcoder community website.
1817
Technological stack includes:</p>

0 commit comments

Comments
 (0)