From 9120ad7a8d16bb236a5e0d6eeeebe37f5a87ad89 Mon Sep 17 00:00:00 2001 From: KingOfDog Date: Sat, 22 Aug 2020 13:28:27 +0200 Subject: [PATCH] Add icon to attaches download button --- src/components/AttachesBlock.vue | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/src/components/AttachesBlock.vue b/src/components/AttachesBlock.vue index e5e3c08..e0c43c5 100644 --- a/src/components/AttachesBlock.vue +++ b/src/components/AttachesBlock.vue @@ -23,7 +23,14 @@

{{ data.file.name }}

{{ data.file.size | byteFormatter }}

- + + + + + @@ -73,4 +80,4 @@ export default { } } }; - \ No newline at end of file +