From e8caf31c1780c9c53cbfed6aafd7ccf6e442ba67 Mon Sep 17 00:00:00 2001 From: adrien-lsh Date: Thu, 1 Feb 2024 20:48:58 +0000 Subject: [PATCH] renamed 404 page title --- frontend/static/js/views/PageNotFoundView.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/static/js/views/PageNotFoundView.js b/frontend/static/js/views/PageNotFoundView.js index 334c1a2..9758359 100644 --- a/frontend/static/js/views/PageNotFoundView.js +++ b/frontend/static/js/views/PageNotFoundView.js @@ -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() {