Skip to content

Commit

Permalink
fix: spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
nstringham committed Dec 27, 2020
1 parent 797b9ab commit b665b71
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "skycrypt-themer",
"version": "1.1.0",
"version": "1.1.1",
"description": "Create themes for SkyCrypt",
"private": true,
"scripts": {
Expand Down Expand Up @@ -36,4 +36,4 @@
"@material/mwc-textfield": "^0.20.0",
"@types/wicg-file-system-access": "^2020.9.1"
}
}
}
2 changes: 1 addition & 1 deletion src/popup.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ const colorNames = ['icon', 'line', 'link', 'hover', 'maxed', 'gold', 'skillbar'
<body>
<div id="themes-container"></div>
<div class="button-row">
<mwc-button id="new-theme" label="nem theme" raised></mwc-button>
<mwc-button id="new-theme" label="new theme" raised></mwc-button>
<mwc-button id="import-theme" label="import theme" raised></mwc-button>
</div>
<template id="theme-form">
Expand Down

0 comments on commit b665b71

Please sign in to comment.