style: Different styled headers

This commit is contained in:
2025-04-08 11:50:18 +08:00
parent 4923ccf30c
commit ff9fdc7982
2 changed files with 6 additions and 2 deletions

View File

@@ -9,7 +9,7 @@ class WelcomeWidget extends Widget {
const widgetDiv = createElement('div');
widgetDiv.classList.add('widget', 'welcome-widget');
widgetDiv.innerHTML = `
<div class="widget-header">Welcome to the Dashboard</div>
<div class="widget-header centered-header">Welcome to the Dashboard</div>
<div class="widget-body">
This is your dashboard. More widgets will be added here.
</div>