Skip to content

Commit 18183b3

Browse files
Update logo credit link in uwu mode console log
1 parent a1cc2ab commit 18183b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/_document.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ const MyDocument = () => {
6060
document.documentElement.classList.add('uwu');
6161
if (!logShown) {
6262
console.log('uwu mode! turn off with ?uwu=0');
63-
console.log('logo credit to @sawaratsuki1004 via https://github.com/SAWARATSUKI/ServiceLogos');
63+
console.log('logo credit to @sawaratsuki1004 via https://github.com/SAWARATSUKI/KawaiiLogos');
6464
logShown = true;
6565
}
6666
} else {

0 commit comments

Comments
 (0)