We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5a9668 commit 173214eCopy full SHA for 173214e
public/index.html
@@ -104,7 +104,9 @@ <h1>Litecanvas</h1>
104
height="24"
105
>
106
<path
107
- d="M12 4.5v15m-7.875 0h15.75c.621 0 1.125-.504 1.125-1.125V5.625c0-.621-.504-1.125-1.125-1.125H4.125C3.504 4.5 3 5.004 3 5.625v12.75c0 .621.504 1.125 1.125 1.125Z"
+ stroke-linecap="round"
108
+ stroke-linejoin="round"
109
+ d="M17.25 6.75 22.5 12l-5.25 5.25m-10.5 0L1.5 12l5.25-5.25m7.5-3-4.5 16.5"
110
/>
111
</svg>
112
</button>
public/sw.js
@@ -1,5 +1,5 @@
1
const cacheName = "luizbills.litecanvas-editor-v1";
2
-const version = "2.81.0";
+const version = "2.81.1";
3
4
const precacheResources = [
5
"/",
0 commit comments