Skip to content

vets tweaks #533

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Oct 20, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions src/server/tc-communities/veterans/metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
"url": "/challenges"
}
],
"footerText": "© Copyright Topcoder Inc 2017",
"leaderboardApiUrl": "https://api.topcoder.com/v4/looks/458/run/json/",
"newsFeed": "http://www.topcoder.com/feed",
"description": "Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore.",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@ export default function Home() {
}}
/>

<CommunityStats />

<Section
theme={{
container: style.linksContainer,
Expand Down Expand Up @@ -220,8 +222,6 @@ export default function Home() {
</div>
</Section>

<CommunityStats />

<Section
subTitle="Find Out."
title="What Can You Do?"
Expand All @@ -240,7 +240,7 @@ export default function Home() {
theme={{
content: style.joinSectionContent,
}}
title="Getting Started"
title="Get Started"
>
<JoinCommunity
label="Join"
Expand Down Expand Up @@ -270,7 +270,7 @@ export default function Home() {
text="Explore the features and functionality to see how it can work for you."
link={{
title: 'Browse Resources',
url: 'leaderboard',
url: 'learn',
}}
/>
<ResourceCard
Expand Down