Skip to content

Commit 173214e

Browse files
committed
improve icon for code editor
1 parent a5a9668 commit 173214e

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

public/index.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,9 @@ <h1>Litecanvas</h1>
104104
height="24"
105105
>
106106
<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"
107+
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"
108110
/>
109111
</svg>
110112
</button>

public/sw.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
const cacheName = "luizbills.litecanvas-editor-v1";
2-
const version = "2.81.0";
2+
const version = "2.81.1";
33

44
const precacheResources = [
55
"/",

0 commit comments

Comments
 (0)