feat: 🩹 tweak default page title

This commit is contained in:
Sebin Nyshkim 2025-07-14 20:45:41 +02:00
parent 596cc3b82f
commit 7454af1c8a
Signed by: SebinNyshkim
SSH key fingerprint: SHA256:LG1WHMySL/4iW/Yci+0eHgbf0te5beRiLlmyoY8E5D0

View file

@ -4,7 +4,7 @@
return `${fullName} — Character Reference`;
}
return 'Choose Your Character!';
return "Sebin's Characters — Home";
};
const getImageUrl = (char, type = 'og') =>