diff --git a/Frontend/src/app/components/bottom-bar/bottom-bar.component.html b/Frontend/src/app/components/bottom-bar/bottom-bar.component.html
index 9059db7..2b4fc09 100644
--- a/Frontend/src/app/components/bottom-bar/bottom-bar.component.html
+++ b/Frontend/src/app/components/bottom-bar/bottom-bar.component.html
@@ -12,7 +12,7 @@
-
TOP-SEARCHES
+
TOP-OFFERS
@@ -17,10 +17,10 @@
{{productsPricesMap[productId]?.product?.name}}
-
Amazon: {{productsPricesMap[productId]?.amazonPrice?.price_in_cents/100}}$
+
Amazon: {{productsPricesMap[productId]?.amazonPrice?.price_in_cents/100}}€
-
{{productsPricesMap[productId]?.vendor?.name}}: {{productsPricesMap[productId]?.lowestPrice?.price_in_cents/100}}
+
{{productsPricesMap[productId]?.vendor?.name}}: {{productsPricesMap[productId]?.lowestPrice?.price_in_cents/100}}€
diff --git a/Frontend/src/app/components/kunden/kunden.component.html b/Frontend/src/app/components/kunden/kunden.component.html
index 0fde734..e59447c 100644
--- a/Frontend/src/app/components/kunden/kunden.component.html
+++ b/Frontend/src/app/components/kunden/kunden.component.html
@@ -14,7 +14,7 @@
-
+
@@ -22,7 +22,7 @@
-
+
@@ -30,7 +30,7 @@
-
+
diff --git a/Frontend/src/app/components/profile/profile.component.html b/Frontend/src/app/components/profile/profile.component.html
index c08a7d9..669e11f 100644
--- a/Frontend/src/app/components/profile/profile.component.html
+++ b/Frontend/src/app/components/profile/profile.component.html
@@ -86,7 +86,7 @@
{{productsMap[alarm.product_id]?.name}}
- {{alarm.defined_price/100}}
+ {{alarm.defined_price/100}}€
|
diff --git a/Frontend/src/app/components/top-bar/top-bar.component.html b/Frontend/src/app/components/top-bar/top-bar.component.html
index 7cfece9..5266f85 100644
--- a/Frontend/src/app/components/top-bar/top-bar.component.html
+++ b/Frontend/src/app/components/top-bar/top-bar.component.html
@@ -10,7 +10,7 @@
- - top-searches
+ - top-offers
- about
- our clients
- sign in
diff --git a/Frontend/src/app/components/top-bar/top-bar.component.ts b/Frontend/src/app/components/top-bar/top-bar.component.ts
index bbf5226..0e0c037 100644
--- a/Frontend/src/app/components/top-bar/top-bar.component.ts
+++ b/Frontend/src/app/components/top-bar/top-bar.component.ts
@@ -34,7 +34,7 @@ export class TopBarComponent implements OnInit {
logout(): void {
localStorage.setItem('session_id', '');
localStorage.setItem('session_key', '');
- window.location.reload()
+ this.router.navigate(['/']);
}
getSearchedProducts(): void {
diff --git a/Frontend/src/assets/images/CeangalLogo.png b/Frontend/src/assets/images/CeangalLogo.png
new file mode 100644
index 0000000..935d9ed
Binary files /dev/null and b/Frontend/src/assets/images/CeangalLogo.png differ
diff --git a/Frontend/src/assets/images/cropped-unknown-1-1.png b/Frontend/src/assets/images/cropped-unknown-1-1.png
new file mode 100644
index 0000000..91da2f2
Binary files /dev/null and b/Frontend/src/assets/images/cropped-unknown-1-1.png differ
diff --git a/Frontend/src/assets/images/plantshub.jpg b/Frontend/src/assets/images/plantshub.jpg
new file mode 100644
index 0000000..6e15943
Binary files /dev/null and b/Frontend/src/assets/images/plantshub.jpg differ
|