Mise à jour du layout

This commit is contained in:
Rampeur
2025-08-13 01:28:11 +02:00
parent 0a6cbc0c00
commit 977104aac2
22 changed files with 267 additions and 313 deletions
@@ -38,7 +38,7 @@ export class ProfileComponent implements OnInit, OnDestroy {
) { }
ngOnInit() {
this.titleService.setTitle(`Head Up - ${this.title}`);
this.titleService.setTitle(`Ad Astra - ${this.title}`);
Object.assign(this.user, this.userService.getCurrentUser());
if (this.user.username) {
this.bannerTitle = `@${this.user.username}`;