Skip to content

Commit a2ad40c

Browse files
authored
Merge pull request #533 from topcoder-platform/develop
vets tweaks
2 parents 8d549fb + 0998c24 commit a2ad40c

File tree

2 files changed

+5
-4
lines changed
  • src
    • server/tc-communities/veterans
    • shared/components/tc-communities/communities/veterans/Home

2 files changed

+5
-4
lines changed

src/server/tc-communities/veterans/metadata.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
"url": "/challenges"
3131
}
3232
],
33+
"footerText": "© Copyright Topcoder Inc 2017",
3334
"leaderboardApiUrl": "https://api.topcoder.com/v4/looks/458/run/json/",
3435
"newsFeed": "http://www.topcoder.com/feed",
3536
"description": "Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore.",

src/shared/components/tc-communities/communities/veterans/Home/index.jsx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,8 @@ export default function Home() {
4242
}}
4343
/>
4444

45+
<CommunityStats />
46+
4547
<Section
4648
theme={{
4749
container: style.linksContainer,
@@ -220,8 +222,6 @@ export default function Home() {
220222
</div>
221223
</Section>
222224

223-
<CommunityStats />
224-
225225
<Section
226226
subTitle="Find Out."
227227
title="What Can You Do?"
@@ -240,7 +240,7 @@ export default function Home() {
240240
theme={{
241241
content: style.joinSectionContent,
242242
}}
243-
title="Getting Started"
243+
title="Get Started"
244244
>
245245
<JoinCommunity
246246
label="Join"
@@ -270,7 +270,7 @@ export default function Home() {
270270
text="Explore the features and functionality to see how it can work for you."
271271
link={{
272272
title: 'Browse Resources',
273-
url: 'leaderboard',
273+
url: 'learn',
274274
}}
275275
/>
276276
<ResourceCard

0 commit comments

Comments
 (0)