2 parents 65b2bb4 + 40be5c9 commit 71db0aaCopy full SHA for 71db0aa
2 files changed
index.html
@@ -46,7 +46,7 @@
46
<div id="splash" class="splash" role="status" aria-label="Shandoku is loading">
47
<h1 class="splash-title">SHANDOKU</h1>
48
<div class="splash-oval">
49
- <img src="icons/shannon_head.png" alt="Shannon" class="splash-img">
+ <img src="icons/IMG_2670.jpeg" alt="Shannon" class="splash-img">
50
</div>
51
<p class="splash-dots">. . .</p>
52
sw.js
@@ -6,7 +6,7 @@ const STATIC_ASSETS = [
6
'./manifest.webmanifest',
7
'./icons/icon-192.png',
8
'./icons/icon-512.png',
9
- './icons/shannon_head.png'
+ './icons/IMG_2670.jpeg'
10
];
11
12
self.addEventListener('install', event => {
0 commit comments