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() {
117117 < div className = "ps-0" >
118118 < div className = "mx-5 mt-12 lg:mt-24 mb-20 lg:mb-32 flex flex-col justify-center" >
119119 < 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+ />
121126 </ div >
122127 < Logo
123128 className = { cn (
@@ -495,6 +500,8 @@ export function HomeContent() {
495500 < div className = "mt-20 px-5 lg:px-0 mb-6 max-w-4xl text-center text-opacity-80" >
496501 < div className = "uwu-visible flex justify-center" >
497502 < img
503+ alt = "logo by @sawaratsuki1004"
504+ title = "logo by @sawaratsuki1004"
498505 className = "uwu-visible mb-10 lg:mb-8 h-24 lg:h-32"
499506 src = "/images/uwu.png"
500507 />
Original file line number Diff line number Diff line change @@ -253,7 +253,12 @@ export default function TopNav({
253253 < NextLink
254254 href = "/"
255255 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+ />
257262 </ NextLink >
258263 </ div >
259264 < div className = "uwu-hidden" >
Original file line number Diff line number Diff line change @@ -40,7 +40,8 @@ const MyDocument = () => {
4040 localStorage.setItem('uwu', true);
4141 } catch (err) { }
4242 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');
4445 } else {
4546 try {
4647 localStorage.removeItem('uwu', false);
You can’t perform that action at this time.
0 commit comments