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"
>
by: {{ post.author.username }}
Created at: {{ new Date(post.createdAt).toLocaleString() }} +by: {{ post.author.username }}