From 85dfce6abc614d351d3a913c3dd26d80bc13da12 Mon Sep 17 00:00:00 2001 From: regalijan Date: Thu, 19 Oct 2023 16:49:16 -0400 Subject: [PATCH] Add buttons to appeal card --- components/AppealCard.tsx | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/components/AppealCard.tsx b/components/AppealCard.tsx index b7ac2ad..2c6ba27 100644 --- a/components/AppealCard.tsx +++ b/components/AppealCard.tsx @@ -1,5 +1,6 @@ import { Box, + Button, Card, CardBody, CardFooter, @@ -43,11 +44,17 @@ export default function (props: { {props.learned} + + + + Submitted at: {new Date(props.createdAt).toLocaleString()} +
+ ID: {props.id}