Skip to content

Commit

Permalink
steem apps and jobs links added to hamburger, refs steemit#2611, refs…
Browse files Browse the repository at this point in the history
… steempunks steemit#253
  • Loading branch information
gl2748 committed Mar 13, 2018
1 parent e45502c commit d67b2df
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
7 changes: 6 additions & 1 deletion src/app/components/modules/SidePanel/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -99,10 +99,15 @@ const SidePanel = ({ alignment, visible, hideSidePanel, username }) => {
label: tt('navigation.chat'),
link: 'https://steem.chat/home',
},
{
value: 'jobs',
label: tt('navigation.jobs'),
link: 'https://jobs.lever.co/steemit',
},
{
value: 'tools',
label: tt('navigation.app_center'),
link: 'http://steemtools.com/',
link: 'https://steemprojects.com/',
},
{
value: 'api_docs',
Expand Down
5 changes: 3 additions & 2 deletions src/app/locales/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -265,14 +265,15 @@
"faq": "FAQ",
"shop": "The Steemit Shop",
"chat": "Steem Chat",
"app_center": "Steemit App Center",
"app_center": "Apps Built on Steem",
"api_docs": "Steemit API Docs",
"bluepaper": "Steem Bluepaper",
"smt_whitepaper": "SMT Whitepaper",
"whitepaper": "Steem Whitepaper",
"intro_tagline": "Your voice is worth something",
"intro_paragraph":
"Get paid for good content. Post and upvote articles on Steemit to get your share of the daily rewards pool."
"Get paid for good content. Post and upvote articles on Steemit to get your share of the daily rewards pool.",
"jobs": "Jobs at Steemit"
},
"main_menu": {
"hot": "Hot",
Expand Down

0 comments on commit d67b2df

Please sign in to comment.