Add buttons to appeal card
This commit is contained in:
parent
b1acf13e68
commit
85dfce6abc
@ -1,5 +1,6 @@
|
||||
import {
|
||||
Box,
|
||||
Button,
|
||||
Card,
|
||||
CardBody,
|
||||
CardFooter,
|
||||
@ -43,11 +44,17 @@ export default function (props: {
|
||||
</Heading>
|
||||
<Text>{props.learned}</Text>
|
||||
</Box>
|
||||
<Box>
|
||||
<Button colorScheme="red">Deny</Button>
|
||||
<Button colorScheme="blue" ml="8px">Accept</Button>
|
||||
</Box>
|
||||
</Stack>
|
||||
</CardBody>
|
||||
<CardFooter>
|
||||
<Text fontSize="xs">
|
||||
Submitted at: {new Date(props.createdAt).toLocaleString()}
|
||||
<br />
|
||||
ID: {props.id}
|
||||
</Text>
|
||||
</CardFooter>
|
||||
</Card>
|
||||
|
Loading…
x
Reference in New Issue
Block a user