Skip to content
This repository was archived by the owner on Mar 13, 2025. It is now read-only.

Commit 6d87102

Browse files
committed
Updates page titles and meta-description
1 parent 6a5f961 commit 6d87102

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

__tests__/shared/__snapshots__/index.jsx.snap

+4-4
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
exports[`Matches shallow snapshot 1`] = `
44
<div>
55
<Connect(MetaTags)
6-
description="Yet another webapp based on Topcoder React Starter Kit"
7-
title="Topcoder React Starter"
6+
description="Topcoder Payment Tool"
7+
title="Topcoder Payment Tool"
88
/>
99
<Routes />
1010
</div>
@@ -13,8 +13,8 @@ exports[`Matches shallow snapshot 1`] = `
1313
exports[`Matches shallow snapshot in dev mode 1`] = `
1414
<div>
1515
<Connect(MetaTags)
16-
description="Yet another webapp based on Topcoder React Starter Kit"
17-
title="Topcoder React Starter"
16+
description="Topcoder Payment Tool"
17+
title="Topcoder Payment Tool"
1818
/>
1919
<Routes />
2020
<DevTools />

src/shared/index.jsx

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ export default function Application() {
1717
return (
1818
<div>
1919
<MetaTags
20-
title="Topcoder React Starter"
21-
description="Yet another webapp based on Topcoder React Starter Kit"
20+
title="Topcoder Payment Tool"
21+
description="Topcoder Payment Tool"
2222
/>
2323
<Routes />
2424
{ isomorphy.isDevBuild() ? <DevTools /> : undefined }

0 commit comments

Comments
 (0)