diff --git a/cookingd-front/src/App.vue b/cookingd-front/src/App.vue index 0668534..1aa5b17 100644 --- a/cookingd-front/src/App.vue +++ b/cookingd-front/src/App.vue @@ -67,8 +67,29 @@ if (tokenFromCookies && !userStore.isLoggedIn) { Go to login +
+
- + diff --git a/cookingd-front/src/components/posts/PostTopDetails.vue b/cookingd-front/src/components/posts/PostTopDetails.vue new file mode 100644 index 0000000..52b6fa6 --- /dev/null +++ b/cookingd-front/src/components/posts/PostTopDetails.vue @@ -0,0 +1,18 @@ + + \ No newline at end of file diff --git a/cookingd-front/src/components/posts/ShortPost.vue b/cookingd-front/src/components/posts/ShortPost.vue index 8a06efa..acd0873 100644 --- a/cookingd-front/src/components/posts/ShortPost.vue +++ b/cookingd-front/src/components/posts/ShortPost.vue @@ -1,6 +1,7 @@