Skip to content

Commit 111c3f3

Browse files
authored
Merge pull request #281 from codeitcodes/benhatsor-patch-1
Change mobile console "run" icon
2 parents f6064c2 + 29e277b commit 111c3f3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

full.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -311,7 +311,7 @@
311311
<div class="footer input-empty">
312312
<div class="input"></div>
313313
<svg class="roundbutton return" xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 24 24" width="24" tabindex="0">
314-
<path d="M13 19V7.83l4.88 4.88c.39.39 1.03.39 1.42 0 .39-.39.39-1.02 0-1.41l-6.59-6.59c-.39-.39-1.02-.39-1.41 0l-6.6 6.58c-.39.39-.39 1.02 0 1.41.39.39 1.02.39 1.41 0L11 7.83V19c0 .55.45 1 1 1s1-.45 1-1z" fill="currentColor"></path>
314+
<path d="M8 6.82v10.36c0 .79.87 1.27 1.54.84l8.14-5.18c.62-.39.62-1.29 0-1.69L9.54 5.98C8.87 5.55 8 6.03 8 6.82z" fill="currentColor"></path>
315315
</svg>
316316
</div>
317317
</div>

service-worker.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

22
// update worker name when updating cached files
3-
const WORKER_NAME = 'codeit-worker-v771';
3+
const WORKER_NAME = 'codeit-worker-v772';
44

55

66
self.importScripts('/worker/client-channel.js');

0 commit comments

Comments
 (0)