style: Clean up and improve styling

This commit is contained in:
2025-04-08 03:21:14 +08:00
parent 58f7f09fbd
commit 6c23b77056
3 changed files with 64 additions and 55 deletions

View File

@@ -7,7 +7,7 @@ export class RegisterWidget extends Widget {
constructor(message?: string) {
super();
this.message = message || "Please register first.. ";
this.message = message || "";
}
render(): HTMLElement {