mirror of
https://github.com/cpvalente/ontime.git
synced 2026-09-10 16:49:41 +00:00
fix(client): fix PWA manifest so "Install as App" works properly (#2192)
This commit is contained in:
@@ -6,6 +6,6 @@ import { useEffect } from 'react';
|
||||
*/
|
||||
export function useWindowTitle(title: string) {
|
||||
useEffect(() => {
|
||||
document.title = `ontime - ${title}`;
|
||||
document.title = `Ontime - ${title}`;
|
||||
}, []);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user