diff --git a/src/app/components/home/home.component.html b/src/app/components/home/home.component.html index 85c6e1c107..167a426fe7 100644 --- a/src/app/components/home/home.component.html +++ b/src/app/components/home/home.component.html @@ -53,7 +53,7 @@

{{item.title}}

-
+
{{item.icon}} @@ -252,4 +252,4 @@

Feature Requests & Bugs

- + \ No newline at end of file diff --git a/src/styles.scss b/src/styles.scss index fe4daf3902..0efa25962f 100644 --- a/src/styles.scss +++ b/src/styles.scss @@ -14,5 +14,4 @@ html[dir="rtl"] & { direction: rtl; } - } \ No newline at end of file