From b51305ca647a874afd59ffe2fe8e53f9a5acc810 Mon Sep 17 00:00:00 2001 From: Jan-Marlon Leibl Date: Wed, 14 May 2025 12:01:06 +0200 Subject: [PATCH] style: format HTML for consistency and readability --- frontend/src/app/app.component.html | 27 +++++-------------- .../feature/auth/login/login.component.html | 17 +++++++++--- .../auth/register/register.component.html | 17 +++++++++--- .../feature/landing/landing.component.html | 22 +++++---------- .../app/feature/landing/landing.component.ts | 9 ++++++- .../components/navbar/navbar.component.html | 5 +++- 6 files changed, 53 insertions(+), 44 deletions(-) diff --git a/frontend/src/app/app.component.html b/frontend/src/app/app.component.html index 2b9d140..497522a 100644 --- a/frontend/src/app/app.component.html +++ b/frontend/src/app/app.component.html @@ -1,40 +1,27 @@
- +
@if (showLogin() || showRegister()) { - -