diff --git a/web/src/lib/notify/notify.ts b/web/src/lib/notify/notify.ts index 3790578..3cb013e 100644 --- a/web/src/lib/notify/notify.ts +++ b/web/src/lib/notify/notify.ts @@ -1,6 +1,6 @@ import { withBase } from "../basePath"; -let baseTitle = "INBUXA"; +let baseTitle = "inbuxa"; let faviconCanvas: HTMLCanvasElement | null = null; let baseFavicon: HTMLImageElement | null = null;