From a829f73e6dade13814675417dd1b001e82c73fd8 Mon Sep 17 00:00:00 2001 From: Ben Goldsworthy Date: Mon, 30 Nov 2020 17:32:35 +0000 Subject: [PATCH] Fix send message icon --- src/app/app.component.html | 1 + src/app/layouts/full-layout.component.html | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 src/app/app.component.html diff --git a/src/app/app.component.html b/src/app/app.component.html new file mode 100644 index 0000000..5095a9a --- /dev/null +++ b/src/app/app.component.html @@ -0,0 +1 @@ +{{ message | async | json }} diff --git a/src/app/layouts/full-layout.component.html b/src/app/layouts/full-layout.component.html index 20494ce..4d0ff3e 100644 --- a/src/app/layouts/full-layout.component.html +++ b/src/app/layouts/full-layout.component.html @@ -55,7 +55,7 @@