Skip to content

Commit

Permalink
Post-review edits
Browse files Browse the repository at this point in the history
  • Loading branch information
altruity authored and prceasar committed Sep 17, 2020
1 parent 86e690a commit 7c5800b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 77 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ pids
*.seed
*.pid.lock

# misc
.DS_Store

# Directory for instrumented libs generated by jscoverage/JSCover
lib-cov

Expand Down
76 changes: 0 additions & 76 deletions src/shared/css/_popup.css

This file was deleted.

2 changes: 1 addition & 1 deletion src/shared/js/components/Popup/Popup.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ function Popup() {
<div>Is Enabled: {sideKickEnabled ? 'Yes' : 'No'}</div>
</main>
<footer>
<small className="version">v1.0.0</small>
<small className="version">v0.0.9</small>
</footer>
</>
);
Expand Down

0 comments on commit 7c5800b

Please sign in to comment.