diff --git a/src/components/media-post/media-post-card.tsx b/src/components/media-post/media-post-card.tsx index 6a4dcd5e3..8fe7cb0d5 100644 --- a/src/components/media-post/media-post-card.tsx +++ b/src/components/media-post/media-post-card.tsx @@ -1,4 +1,4 @@ -import { Box, Button, ButtonGroup, Card, CardBody, CardFooter, CardHeader } from "@chakra-ui/react"; +import { Box, ButtonGroup, Card, CardBody, CardFooter, CardHeader, IconButton } from "@chakra-ui/react"; import { NostrEvent } from "nostr-tools"; import { Link as RouterLink } from "react-router-dom"; @@ -32,9 +32,13 @@ export default function MediaPost({ post }: { post: NostrEvent }) { - + } + ml="auto" + aria-label="Comments" + />