Skip to content

Commit 76974ce

Browse files
author
Emmanouil Konstantinidis
committed
Rebranding
1 parent 06d914e commit 76974ce

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "github-notifier",
2+
"name": "gitify",
33
"version": "0.0.1",
44
"description": "Github Notifications on your menu bar.",
55
"main": "main.js",
@@ -14,7 +14,7 @@
1414
},
1515
"repository": {
1616
"type": "git",
17-
"url": "https://github.com/ekonstantinidis/github-notifier.git"
17+
"url": "https://github.com/ekonstantinidis/gitify.git"
1818
},
1919
"keywords": [
2020
"github",
@@ -26,9 +26,9 @@
2626
"author": "Emmanouil Konstantinidis",
2727
"license": "MIT",
2828
"bugs": {
29-
"url": "https://github.com/ekonstantinidis/github-notifier/issues"
29+
"url": "https://github.com/ekonstantinidis/gitify/issues"
3030
},
31-
"homepage": "https://github.com/ekonstantinidis/github-notifier",
31+
"homepage": "https://github.com/ekonstantinidis/gitify",
3232
"dependencies": {
3333
"bootstrap": "=3.3.4",
3434
"browserify": "=10.2.1",

src/js/components/navigation.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ var Navigation = React.createClass({
6969
<div className='container-fluid'>
7070
<div className='row navigation'>
7171
<div className='col-xs-4 left'>{refreshIcon}</div>
72-
<div className='col-xs-4 logo'>GitHub</div>
72+
<div className='col-xs-4 logo'>Gitify</div>
7373
<div className='col-xs-4 right'>
7474
{logoutIcon}
7575
<i className="fa fa-power-off" onClick={this.appQuit} />

0 commit comments

Comments
 (0)