From bc1f880613fe06ce3374a13857ccad07f9b08f35 Mon Sep 17 00:00:00 2001 From: regalijan Date: Thu, 19 Oct 2023 16:49:21 -0400 Subject: [PATCH] Place ID below name --- components/AppealCard.tsx | 25 ++++++++++++------------- 1 file changed, 12 insertions(+), 13 deletions(-) diff --git a/components/AppealCard.tsx b/components/AppealCard.tsx index 67e38ad..db071f5 100644 --- a/components/AppealCard.tsx +++ b/components/AppealCard.tsx @@ -31,11 +31,12 @@ export default function (props: { return ( <> - + Appeal for {props.username}#{props.discriminator} + ID: {props.id} }> @@ -53,20 +54,18 @@ export default function (props: { {props.learned} - - - - - - - Submitted at: {dateString} -
- ID: {props.id} -
+ + + + + + + + Submitted at: {dateString}