v0.12.0 codes for FCM and rebranded jama to RosterChirp
This commit is contained in:
@@ -27,7 +27,7 @@ function AuthRoute({ children }) {
|
||||
}
|
||||
|
||||
function RestoreTheme() {
|
||||
const saved = localStorage.getItem('jama-theme') || 'light';
|
||||
const saved = localStorage.getItem('rosterchirp-theme') || 'light';
|
||||
document.documentElement.setAttribute('data-theme', saved);
|
||||
return null;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user