Skip to content

Commit

Permalink
Removed github link from navbar (#2839)
Browse files Browse the repository at this point in the history
  • Loading branch information
allyoucanmap authored and offtherailz committed May 2, 2018
1 parent a8256a0 commit 777150c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 12 deletions.
Binary file removed web/client/product/assets/img/GitHub-Mark-32px.png
Binary file not shown.
14 changes: 2 additions & 12 deletions web/client/product/plugins/Fork.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,8 @@
* LICENSE file in the root directory of this source tree.
*/
const React = require('react');
const assign = require('object-assign');
const github = require('../assets/img/GitHub-Mark-32px.png');
const Message = require('../../components/I18N/Message');

class Fork extends React.Component {
class ForkPlugin extends React.Component {
render() {
return (
<a href="https://github.com/geosolutions-it/MapStore2">
Expand All @@ -21,12 +18,5 @@ class Fork extends React.Component {
}

module.exports = {
ForkPlugin: assign(Fork, {
NavMenu: {
position: 100,
label: <Message msgId="home.forkMeOnGitHub"/>,
href: 'https://github.com/geosolutions-it/MapStore2',
img: <img height={20} alt="GitHub" src={github}/>
}
})
ForkPlugin
};

0 comments on commit 777150c

Please sign in to comment.