Skip to content

Commit

Permalink
NBT Sprite Resolution Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Offroaders123 committed Aug 18, 2023
1 parent d48fac9 commit 9a1957c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion public/service-worker.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
var self = /** @type { ServiceWorkerGlobalScope } */ (/** @type { unknown } */ (globalThis));

const NAME = "Dovetail";
const VERSION = "v1.8.2";
const VERSION = "v1.8.3";
const CACHE_NAME = /** @type { const } */ (`${NAME} ${VERSION}`);

self.addEventListener("activate",event => {
Expand Down
2 changes: 1 addition & 1 deletion styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ nbt-branch > details > summary::before, nbt-branch > label::before {
width: 16px;
height: 16px;
flex-shrink: 0;
background-image: url("./nbt.png");
background-image: url("./public/nbt.png");
background-repeat: no-repeat;
background-size: 64px auto;
image-rendering: pixelated;
Expand Down

0 comments on commit 9a1957c

Please sign in to comment.