diff --git a/src/app/dashboard/dashboard.component.css b/src/app/dashboard/dashboard.component.css index dd1b6a4..3253b7b 100644 --- a/src/app/dashboard/dashboard.component.css +++ b/src/app/dashboard/dashboard.component.css @@ -38,7 +38,7 @@ .dashboard-primary div { bottom: 0.5em; display: flex; - justify-content: space-between; + justify-content: flex-end; left: 0.5em; right: 0.5em; position: absolute; diff --git a/src/app/dashboard/dashboard.component.html b/src/app/dashboard/dashboard.component.html index 92db76c..7d56c72 100644 --- a/src/app/dashboard/dashboard.component.html +++ b/src/app/dashboard/dashboard.component.html @@ -12,7 +12,6 @@ {{ balance | currency }}
- Add Transaction View Transactions
@@ -28,3 +27,6 @@ + + add + \ No newline at end of file