From db86de43a251930eba84a584db8974157882d691 Mon Sep 17 00:00:00 2001 From: Ryan Wang Date: Fri, 28 Jan 2022 20:43:50 +0800 Subject: [PATCH] refactor: modify the page title suffix 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 10a65c60d..1c56c1488 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 bb34efd75..74db4bece 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'