switch to egirlskey branding

This commit is contained in:
jaina heartles 2024-09-22 18:51:30 -04:00
parent 91ec6c3a14
commit eb05c2e619
53 changed files with 300 additions and 968 deletions

View file

@ -265,7 +265,7 @@ export async function createEmptyNotification(): Promise<void> {
await globalThis.registration.showNotification(
(new URL(origin)).host,
{
body: `Sharkey v${_VERSION_}`,
body: `eGirlskey v${_VERSION_}`,
silent: true,
badge: iconUrl('null'),
tag: 'read_notification',