Rename FNX to Nova
This commit is contained in:
@@ -98,7 +98,7 @@ const load_page = (pathname: string, history: boolean): boolean => {
|
||||
return load_page("/login", true)
|
||||
}
|
||||
|
||||
window.document.title = current_page.title+" / FNX"
|
||||
window.document.title = current_page.title+" / Nova"
|
||||
|
||||
if(history) {
|
||||
window.history.pushState({}, window.document.title, pathname)
|
||||
|
||||
Reference in New Issue
Block a user