From 1b0f988945369d115bc5ca90d1609a2f8ee4bf43 Mon Sep 17 00:00:00 2001 From: Ryan Wang Date: Fri, 28 Jan 2022 21:38:09 +0800 Subject: [PATCH] refactor: modify the page title suffix (#426) Signed-off-by: Ryan Wang --- public/index.html | 2 +- src/utils/domUtil.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/public/index.html b/public/index.html index 10a65c60..1c56c148 100644 --- a/public/index.html +++ b/public/index.html @@ -9,7 +9,7 @@ - Halo Dashboard + Halo diff --git a/src/utils/domUtil.js b/src/utils/domUtil.js index bb34efd7..74db4bec 100644 --- a/src/utils/domUtil.js +++ b/src/utils/domUtil.js @@ -16,4 +16,4 @@ export const setDocumentTitle = function (title) { } } -export const domTitle = 'Halo Dashboard' +export const domTitle = 'Halo'