mirror of
https://github.com/reactjs/react.dev.git
synced 2026-02-25 23:05:23 +00:00
Update logo credit link in uwu mode console log (#8315)
This commit is contained in:
@@ -60,7 +60,7 @@ const MyDocument = () => {
|
||||
document.documentElement.classList.add('uwu');
|
||||
if (!logShown) {
|
||||
console.log('uwu mode! turn off with ?uwu=0');
|
||||
console.log('logo credit to @sawaratsuki1004 via https://github.com/SAWARATSUKI/ServiceLogos');
|
||||
console.log('logo credit to @sawaratsuki1004 via https://github.com/SAWARATSUKI/KawaiiLogos');
|
||||
logShown = true;
|
||||
}
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user