Skip to content

Commit

Permalink
Update items from self-review
Browse files Browse the repository at this point in the history
  • Loading branch information
maxxcrawford committed Jun 11, 2021
1 parent 3994e92 commit 4c034c5
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,4 +55,4 @@ gulp.task('default', () => {
gulp.watch('static/scss/**/*.scss', (done) => {
gulp.series(['clean', 'styles'])(done);
});
});
});
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"bugs": {
"url": "https://github.com/mozilla/fx-private-relay/issues"
},
"devDependencies": {
"dependencies": {
"@mozilla-protocol/core": "^14.0.3",
"del": "^6.0.0",
"eslint": "^7.8.1",
Expand Down
2 changes: 1 addition & 1 deletion static/js/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -368,7 +368,7 @@ function showBannersIfNecessary() {
return;
}

const bg = dashboardBanners.querySelector(".banner-gradient-bg.addon");
const bg = dashboardBanners.querySelector(".banner-gradient-bg");
const showBanner = (bannerEl) => {
setTimeout(()=> {
if (!isRelayAddonInstalled()) {
Expand Down
2 changes: 1 addition & 1 deletion static/scss/includes/variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
$metropolis: "Metropolis", Arial, Helvetica, sans-serif;

// Colors
$white: #FFFFFF;
$white: #FFFFFF;

0 comments on commit 4c034c5

Please sign in to comment.