update
This commit is contained in:
@@ -45,12 +45,10 @@ export const statuspageMaintenance = () => html`
|
||||
const footer = wrapperElement.querySelector('upl-statuspage-footer') as any;
|
||||
|
||||
// Configure Header
|
||||
header.pageTitle = 'SecureVault Infrastructure Status';
|
||||
header.pageTitle = 'SecureVault';
|
||||
header.showReportButton = true;
|
||||
header.showSubscribeButton = true;
|
||||
header.logoUrl = 'https://via.placeholder.com/150x50/2196F3/ffffff?text=SecureVault';
|
||||
header.customStyles = true;
|
||||
header.brandColor = '#2196F3';
|
||||
header.logoUrl = 'https://via.placeholder.com/150x50/2196F3/ffffff?text=SV';
|
||||
|
||||
// Configure Overall Status - Maintenance
|
||||
statusBar.overallStatus = {
|
||||
|
||||
Reference in New Issue
Block a user