diff --git a/src/components/chat/renderer/MessageAttachment.vue b/src/components/chat/renderer/MessageAttachment.vue index e24c787..494cc0e 100644 --- a/src/components/chat/renderer/MessageAttachment.vue +++ b/src/components/chat/renderer/MessageAttachment.vue @@ -23,13 +23,13 @@ -
+

{{ getFileName(item) }}

- +
-
+

{{ getFileName(item) }}

Download diff --git a/src/components/posts/PostAttachment.vue b/src/components/posts/PostAttachment.vue index ce217e7..b5310ed 100644 --- a/src/components/posts/PostAttachment.vue +++ b/src/components/posts/PostAttachment.vue @@ -22,13 +22,13 @@ -
+

{{ getFileName(item) }}

- +
-
+

{{ getFileName(item) }}

Download diff --git a/src/views/explore.vue b/src/views/explore.vue index 1a8d9ec..3399e1a 100644 --- a/src/views/explore.vue +++ b/src/views/explore.vue @@ -1,10 +1,10 @@