diff --git a/nginx/vue/src/components/home/Feed.vue b/nginx/vue/src/components/home/Feed.vue index 8461af4..f97d1eb 100644 --- a/nginx/vue/src/components/home/Feed.vue +++ b/nginx/vue/src/components/home/Feed.vue @@ -52,7 +52,7 @@ onMounted(() => {

By: {{ post.author.username }}

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