From 027372de9cc46378cab447db3cf7c385a2fc11a6 Mon Sep 17 00:00:00 2001 From: Adam French Date: Fri, 6 Feb 2026 14:58:03 +0000 Subject: [PATCH] restyle feed --- nginx/vue/src/components/home/Feed.vue | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/nginx/vue/src/components/home/Feed.vue b/nginx/vue/src/components/home/Feed.vue index e78c8f4..633b35d 100644 --- a/nginx/vue/src/components/home/Feed.vue +++ b/nginx/vue/src/components/home/Feed.vue @@ -42,11 +42,11 @@ function deletePost() { class="flex flex-col p-1 overflow-scroll text-left items-start justify-start" >
{{ post.title }}
- -

by: {{ post.author.username }}

Created at: {{ new Date(post.createdAt).toLocaleString() }} + +

by: {{ post.author.username }}

- +