[Status Page] Fix theme bug

This commit is contained in:
Louis Lam 2022-03-18 12:57:37 +08:00
parent 59cdacc052
commit 220e46bc83
2 changed files with 2 additions and 2 deletions

View file

@ -33,7 +33,7 @@ export default {
return "light";
}
if (this.path === "/status-page" || this.path === "/status") {
if (this.path.startsWith("/status-page") || this.path.startsWith("/status")) {
return this.statusPageTheme;
} else {
if (this.userTheme === "auto") {