File tree Expand file tree Collapse file tree 3 files changed +16
-3
lines changed Expand file tree Collapse file tree 3 files changed +16
-3
lines changed Original file line number Diff line number Diff line change @@ -117,7 +117,12 @@ export function HomeContent() {
117
117
< div className = "ps-0" >
118
118
< div className = "mx-5 mt-12 lg:mt-24 mb-20 lg:mb-32 flex flex-col justify-center" >
119
119
< div className = "uwu-visible flex justify-center" >
120
- < img className = "uwu-visible h-24 lg:h-40" src = "/images/uwu.png" />
120
+ < img
121
+ alt = "logo by @sawaratsuki1004"
122
+ title = "logo by @sawaratsuki1004"
123
+ className = "uwu-visible h-24 lg:h-40"
124
+ src = "/images/uwu.png"
125
+ />
121
126
</ div >
122
127
< Logo
123
128
className = { cn (
@@ -495,6 +500,8 @@ export function HomeContent() {
495
500
< div className = "mt-20 px-5 lg:px-0 mb-6 max-w-4xl text-center text-opacity-80" >
496
501
< div className = "uwu-visible flex justify-center" >
497
502
< img
503
+ alt = "logo by @sawaratsuki1004"
504
+ title = "logo by @sawaratsuki1004"
498
505
className = "uwu-visible mb-10 lg:mb-8 h-24 lg:h-32"
499
506
src = "/images/uwu.png"
500
507
/>
Original file line number Diff line number Diff line change @@ -253,7 +253,12 @@ export default function TopNav({
253
253
< NextLink
254
254
href = "/"
255
255
className = { `active:scale-95 mt-0.5 overflow-hidden transition-transform relative items-center justify-center text-primary dark:text-primary-dark p-1 whitespace-nowrap outline-link rounded-full 3xl:rounded-xl inline-flex text-lg font-normal gap-2` } >
256
- < img className = "h-8" src = "/images/uwu.png" />
256
+ < img
257
+ alt = "logo by @sawaratsuki1004"
258
+ title = "logo by @sawaratsuki1004"
259
+ className = "h-8"
260
+ src = "/images/uwu.png"
261
+ />
257
262
</ NextLink >
258
263
</ div >
259
264
< div className = "uwu-hidden" >
Original file line number Diff line number Diff line change @@ -40,7 +40,8 @@ const MyDocument = () => {
40
40
localStorage.setItem('uwu', true);
41
41
} catch (err) { }
42
42
document.documentElement.classList.add('uwu');
43
- console.log('uwu mode enabled. logo credits to @sawaratsuki1004 via https://github.com/SAWARATSUKI/ServiceLogos');
43
+ console.log('uwu mode enabled. turn off with ?uwu=false')
44
+ console.log('logo credit to @sawaratsuki1004 via https://github.com/SAWARATSUKI/ServiceLogos');
44
45
} else {
45
46
try {
46
47
localStorage.removeItem('uwu', false);
You can’t perform that action at this time.
0 commit comments