From 12fc99cb97a8cde028ee1ecf1625f803e7c17fa0 Mon Sep 17 00:00:00 2001 From: syui Date: Wed, 3 Apr 2024 07:41:51 +0900 Subject: [PATCH] fix --- src/App.vue | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/App.vue b/src/App.vue index ecddead..7e5cf38 100644 --- a/src/App.vue +++ b/src/App.vue @@ -57,19 +57,19 @@
-

- {{ moment(comment_first.updated_at) }} @{{ comment_first.handle }} - {{ comment_first.text }} +

+ {{ moment(comment_first.updated_at) }} @{{ comment_first.handle }} + {{ comment_first.text }}

-

+

{{ axios_check('/icon/' + i.did.replace('did:plc:', '') + '.jpg') }} - {{ moment(i.updated_at) }} @{{ i.handle }} - {{ i.text }} + {{ moment(i.updated_at) }} @{{ i.handle }} + {{ i.text }}