diff --git a/src/main.ts b/src/main.ts index 14eb8d5c7..d4d919588 100644 --- a/src/main.ts +++ b/src/main.ts @@ -11,6 +11,8 @@ import "./assets/styles/tailwind.css"; import { library } from "@fortawesome/fontawesome-svg-core"; import { + faArrowLeft, + faArrowRight, faBurst, faCalendar, faChevronLeft, @@ -54,6 +56,8 @@ import { } from "@fortawesome/free-solid-svg-icons"; library.add( + faArrowLeft, + faArrowRight, faBurst, faCalendar, faChevronLeft, diff --git a/src/views/ContactAmountsView.vue b/src/views/ContactAmountsView.vue index 2f3770a80..3d539d0da 100644 --- a/src/views/ContactAmountsView.vue +++ b/src/views/ContactAmountsView.vue @@ -11,66 +11,73 @@ -
-
-
-
from them
-
-
to them
-
-
-
- {{ new Date(record.issuedAt).toLocaleString() }} -
-
- -
- {{ record.amount }} {{ record.unit }} - - - Confirmed - - -
-
- {{ record.description }} -
-
-
- - - - -            - - -
-
- -
- {{ record.amount }} {{ record.unit }} - - - Confirmed - - -
-
- {{ record.description }} -
-
-
-
+ + + + + + + + + + + + + + + + + +
From ThemTo Them
+ {{ new Date(record.issuedAt).toLocaleString() }} + + +
+ {{ record.amount }} {{ record.unit }} + + + + +
+
+ {{ record.description }} +
+
+
+ + + + + + + + +
+ {{ record.amount }} {{ record.unit }} + + + + +
+
+ {{ record.description }} +
+
+