Skip to content

Commit 71db0aa

Browse files
authored
Merge pull request #12 from ssfinney/claude/sudoku-ux-enhancements-5CURw
2 parents 65b2bb4 + 40be5c9 commit 71db0aa

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
<div id="splash" class="splash" role="status" aria-label="Shandoku is loading">
4747
<h1 class="splash-title">SHANDOKU</h1>
4848
<div class="splash-oval">
49-
<img src="icons/shannon_head.png" alt="Shannon" class="splash-img">
49+
<img src="icons/IMG_2670.jpeg" alt="Shannon" class="splash-img">
5050
</div>
5151
<p class="splash-dots">. . .</p>
5252
</div>

sw.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ const STATIC_ASSETS = [
66
'./manifest.webmanifest',
77
'./icons/icon-192.png',
88
'./icons/icon-512.png',
9-
'./icons/shannon_head.png'
9+
'./icons/IMG_2670.jpeg'
1010
];
1111

1212
self.addEventListener('install', event => {

0 commit comments

Comments
 (0)