This repository was archived by the owner on Mar 13, 2025. It is now read-only.
File tree 2 files changed +6
-6
lines changed
__tests__/shared/__snapshots__
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 3
3
exports [` Matches shallow snapshot 1` ] = `
4
4
<div >
5
5
<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 "
8
8
/>
9
9
<Routes />
10
10
</div >
@@ -13,8 +13,8 @@ exports[`Matches shallow snapshot 1`] = `
13
13
exports [` Matches shallow snapshot in dev mode 1` ] = `
14
14
<div >
15
15
<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 "
18
18
/>
19
19
<Routes />
20
20
<DevTools />
Original file line number Diff line number Diff line change @@ -17,8 +17,8 @@ export default function Application() {
17
17
return (
18
18
< div >
19
19
< 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 "
22
22
/>
23
23
< Routes />
24
24
{ isomorphy . isDevBuild ( ) ? < DevTools /> : undefined }
You can’t perform that action at this time.
0 commit comments