renamed 404 page title
This commit is contained in:
parent
5f8c42d0c3
commit
043a958dd0
@ -2,7 +2,7 @@ import AbstractView from "./abstracts/AbstractView.js";
|
|||||||
|
|
||||||
export default class extends AbstractView {
|
export default class extends AbstractView {
|
||||||
constructor(params) {
|
constructor(params) {
|
||||||
super(params, "Dashboard");
|
super(params, "Not Found");
|
||||||
}
|
}
|
||||||
|
|
||||||
async getHtml() {
|
async getHtml() {
|
||||||
|
Loading…
Reference in New Issue
Block a user