From 92e8ff790bc3649791f2d40f6ee3c32180909809 Mon Sep 17 00:00:00 2001 From: GloriousCode Date: Thu, 7 Dec 2017 21:18:34 +1100 Subject: [PATCH] Adds selected currency to the navbar --- web/src/app/shared/navbar/navbar.component.html | 1 + .../selected-currency.component.html | 14 +++++++++++--- 2 files changed, 12 insertions(+), 3 deletions(-) diff --git a/web/src/app/shared/navbar/navbar.component.html b/web/src/app/shared/navbar/navbar.component.html index 97fad423..b63ce1ab 100644 --- a/web/src/app/shared/navbar/navbar.component.html +++ b/web/src/app/shared/navbar/navbar.component.html @@ -5,6 +5,7 @@ GoCryptoTrader +
diff --git a/web/src/app/shared/selected-currency/selected-currency.component.html b/web/src/app/shared/selected-currency/selected-currency.component.html index 946f8943..39a10213 100644 --- a/web/src/app/shared/selected-currency/selected-currency.component.html +++ b/web/src/app/shared/selected-currency/selected-currency.component.html @@ -1,3 +1,11 @@ -

- selected-currency works! -

+ + + \ No newline at end of file