diff --git a/src/app/app.component.html b/src/app/app.component.html
index 045c1bf..40e02a5 100644
--- a/src/app/app.component.html
+++ b/src/app/app.component.html
@@ -31,17 +31,12 @@
-
diff --git a/src/app/app.component.scss b/src/app/app.component.scss
index e54bd65..ec74404 100644
--- a/src/app/app.component.scss
+++ b/src/app/app.component.scss
@@ -5,7 +5,7 @@
padding-right: 25px;
}
-#header__link > img {
+img {
height: 45px;
width: 45px;
}
@@ -13,10 +13,5 @@
.container {
width: 100%;
display: flex;
- justify-content: center;
-}
-
-.container > a {
- margin-left: auto;
- align-self: flex-end;
+ justify-content: left;
}
diff --git a/src/app/app.component.ts b/src/app/app.component.ts
index 6235af7..49e0fe0 100644
--- a/src/app/app.component.ts
+++ b/src/app/app.component.ts
@@ -35,5 +35,9 @@ export class AppComponent {
'github',
sanitizer.bypassSecurityTrustResourceUrl('assets/images/github.svg'),
);
+ iconRegistry.addSvgIcon(
+ 'charts',
+ sanitizer.bypassSecurityTrustResourceUrl('assets/images/charts.svg'),
+ );
}
}
diff --git a/src/assets/images/charts.svg b/src/assets/images/charts.svg
new file mode 100644
index 0000000..545a362
--- /dev/null
+++ b/src/assets/images/charts.svg
@@ -0,0 +1,25 @@
+