From 6f3445dc013d16edcd0b6bf76c4cc4533e192cd4 Mon Sep 17 00:00:00 2001 From: Teriuihi Date: Sat, 5 Apr 2025 23:19:50 +0200 Subject: [PATCH] Move to the root app component The component is now included only in app.component.html to avoid duplication across pages. This simplifies maintenance and ensures consistent behavior throughout the application. --- frontend/src/app/app.component.html | 1 + frontend/src/app/home/home.component.html | 1 - frontend/src/app/map/map.component.html | 1 - frontend/src/app/rules/rules.component.html | 1 - 4 files changed, 1 insertion(+), 3 deletions(-) diff --git a/frontend/src/app/app.component.html b/frontend/src/app/app.component.html index 0680b43..4cca73f 100644 --- a/frontend/src/app/app.component.html +++ b/frontend/src/app/app.component.html @@ -1 +1,2 @@ + diff --git a/frontend/src/app/home/home.component.html b/frontend/src/app/home/home.component.html index b8014df..306a706 100644 --- a/frontend/src/app/home/home.component.html +++ b/frontend/src/app/home/home.component.html @@ -150,5 +150,4 @@

Scroll Down

- diff --git a/frontend/src/app/map/map.component.html b/frontend/src/app/map/map.component.html index a0c511c..3784270 100644 --- a/frontend/src/app/map/map.component.html +++ b/frontend/src/app/map/map.component.html @@ -19,5 +19,4 @@ - diff --git a/frontend/src/app/rules/rules.component.html b/frontend/src/app/rules/rules.component.html index 6d7a2a7..0155939 100644 --- a/frontend/src/app/rules/rules.component.html +++ b/frontend/src/app/rules/rules.component.html @@ -260,5 +260,4 @@

Scroll Down

-