- Wyloguj
-
+
diff --git a/src/app/components/main-layout/main-layout.component.ts b/src/app/components/main-layout/main-layout.component.ts
index 153bb05..c4926f4 100644
--- a/src/app/components/main-layout/main-layout.component.ts
+++ b/src/app/components/main-layout/main-layout.component.ts
@@ -1,17 +1,18 @@
import { Component, inject } from '@angular/core';
-import { ActivatedRoute, Router, RouterLink, RouterLinkActive } from '@angular/router';
+import { ActivatedRoute, Router } from '@angular/router';
import { Subscription } from 'rxjs';
import { AuthService } from '../../services/auth.service';
import { NgIconComponent, provideIcons } from '@ng-icons/core';
-import { tablerLogin, tablerLogout } from '@ng-icons/tabler-icons';
+import { tablerLogin, tablerLogout, tablerMenu2 } from '@ng-icons/tabler-icons';
import { StravaBtnComponent } from '../../common-components/strava-btn/strava-btn.component';
+import { BtnComponent } from '../../common-components/btn/btn.component';
@Component({
selector: 'app-main-layout',
standalone: true,
- imports: [RouterLink, RouterLinkActive, NgIconComponent, StravaBtnComponent],
- providers: [provideIcons({ tablerLogout, tablerLogin })],
+ imports: [NgIconComponent, StravaBtnComponent, BtnComponent],
+ providers: [provideIcons({ tablerLogout, tablerLogin, tablerMenu2 })],
templateUrl: './main-layout.component.html',
styleUrl: './main-layout.component.scss',
})
diff --git a/src/app/components/map-popup/map-popup.component.html b/src/app/components/map-popup/map-popup.component.html
index 0e184d9..25a7da2 100644
--- a/src/app/components/map-popup/map-popup.component.html
+++ b/src/app/components/map-popup/map-popup.component.html
@@ -21,20 +21,9 @@
}
-
-
-
+
+
diff --git a/src/app/components/map-popup/map-popup.component.ts b/src/app/components/map-popup/map-popup.component.ts
index c55907d..03e9918 100644
--- a/src/app/components/map-popup/map-popup.component.ts
+++ b/src/app/components/map-popup/map-popup.component.ts
@@ -1,11 +1,12 @@
import { Component, computed, effect, EventEmitter, inject, model, Output } from '@angular/core';
import { AdmService } from '../../services/adm.service';
import { environment } from '../../../environments/environment';
+import { BtnComponent } from '../../common-components/btn/btn.component';
@Component({
selector: 'app-map-popup',
standalone: true,
- imports: [],
+ imports: [BtnComponent],
templateUrl: './map-popup.component.html',
styleUrl: './map-popup.component.scss',
})
diff --git a/src/app/components/welcome-screen/welcome-screen.component.html b/src/app/components/welcome-screen/welcome-screen.component.html
index 923b7a5..ce3f99f 100644
--- a/src/app/components/welcome-screen/welcome-screen.component.html
+++ b/src/app/components/welcome-screen/welcome-screen.component.html
@@ -5,9 +5,12 @@
🚧🏗️⚒️ W BUDOWIE 🚧🏗️⚒️
Rowerowe Gminy to aplikacja pozwalająca zobaczyć, które gminy w Polsce odwiedziłeś na rowerze. Twój postęp będzie śledzony automatycznie, dzięki integracji z serwisem
- Strava. Poniższy przycisk na razie nic nie zrobi. (No, chyba, że to ty pracujesz aktualnie nad tą aplikacją)
+ Strava. Poniższy przycisk logowania na razie nic nie zrobi. (No, chyba, że to ty pracujesz aktualnie nad tą aplikacją)
-
+