renamed 404 page title

This commit is contained in:
adrien-lsh 2024-02-01 20:48:58 +00:00
parent 5f8c42d0c3
commit 043a958dd0

View File

@ -2,7 +2,7 @@ import AbstractView from "./abstracts/AbstractView.js";
export default class extends AbstractView {
constructor(params) {
super(params, "Dashboard");
super(params, "Not Found");
}
async getHtml() {