diff --git a/src/app/views/home/home.component.html b/src/app/views/home/home.component.html index 3ac8342..750299f 100644 --- a/src/app/views/home/home.component.html +++ b/src/app/views/home/home.component.html @@ -13,8 +13,8 @@
London Ontario, Canada
zaktimson@gmail.com
-
gitlab.zakscode.com
-
github.com/ztimson
+
gitlab.zakscode.com
+
github.com/ztimson
diff --git a/src/styles.scss b/src/styles.scss index 121e2a2..9a36e86 100644 --- a/src/styles.scss +++ b/src/styles.scss @@ -1,7 +1,7 @@ @use '@angular/material' as mat; @import url("https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.3.1/css/bootstrap.min.css"); -@import url("https://use.fontawesome.com/releases/v5.8.1/css/all.css"); +@import url("https://use.fontawesome.com/releases/v6.1.1/css/all.css"); @import url("https://fonts.googleapis.com/icon?family=Material+Icons|Roboto:300,400,500"); @include mat.core();