diff --git a/src/components/Post.tsx b/src/components/Post.tsx index b364b83..b4f1bd3 100644 --- a/src/components/Post.tsx +++ b/src/components/Post.tsx @@ -17,8 +17,12 @@ export default function Post({ post }: { post: PostWithUserDto }) { // and we should display a 'more' link to load the post // in an individual page + // TODO: Add menu button + + // TODO: Add reply and like buttons + return ( -