Skip to content

Commit ed403b7

Browse files
author
Emmanouil Konstantinidis
committed
Minor Changes
1 parent 50d6e6d commit ed403b7

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ It has been a while since this app was made so I decided to give it a good revam
2121
- [x] Rewrite tests with Mocha - Since gitify is moving from Reflux to Redux, all tests have to be rewritten.
2222
- [x] Move to Codecov for coverage with new tests
2323
- [x] Rebranding - New Logo! Fresh stuff!
24-
- [ ] **In Progress** Revamp the UI. From Scratch?
24+
- [x] Revamp the UI. From Scratch?
2525

2626
If you would like to help let me know! There is a slack channel for gitify in the [atom](http://atomio.slack.com) team. See badge on the header.
2727

src/js/components/settings.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ export class SettingsPage extends React.Component {
9999
</div>
100100

101101
<div className="row footer">
102-
<div className="col-xs-6 text-left">Made with <span className="heart"></span> in Brighton, UK.</div>
102+
<div className="col-xs-6 text-left">Made with <span className="heart"></span> in Brighton.</div>
103103
<div className="col-xs-6 text-right">Gitify - Version: {appVersion}</div>
104104
</div>
105105
</div>

src/scss/app.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ input {
247247

248248
.nav {
249249
display: flex;
250-
margin: -5px -20px 5px;
250+
margin: -5px -20px 20px;
251251

252252
background-color: $gray-light;
253253
padding: 5px 0;

0 commit comments

Comments
 (0)