Skip to content

Commit

Permalink
0.4.0 - update version number - add events section to production navlink
Browse files Browse the repository at this point in the history
  • Loading branch information
BenGamma committed May 28, 2019
1 parent 8420631 commit 07167fd
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "one-army-world",
"version": "0.4.0rc2",
"version": "0.4.0",
"private": true,
"dependencies": {
"@babel/core": "7.2.2",
Expand Down
2 changes: 1 addition & 1 deletion src/pages/PageList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ const admin = {

// community pages (various pages hidden on production build)
const devCommunityPages = [howTo, events, discussions]
const prodCommunityPages = [howTo]
const prodCommunityPages = [howTo, events]
const communityPages =
SITE === 'production' ? prodCommunityPages : devCommunityPages
// community 'more' dropdown pages (various pages hidden on production build)
Expand Down
4 changes: 2 additions & 2 deletions src/pages/common/Header/CommunityHeader/CommunityHeader.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,8 @@ export class CommunityHeader extends React.Component<IProps, IState> {
<div>
<TopLink target="_blank" width={1} href="https://build.onearmy.world">
<Text bg="blue" color="white" py={2} medium>
This is the alpha version of onearmy platform, if you want to help
click here.
This is the alpha version of onearmy platform, click here to help
building it.
</Text>
</TopLink>

Expand Down

0 comments on commit 07167fd

Please sign in to comment.