Reverse margin on certify modal
This commit is contained in:
parent
73ec8307d4
commit
2fb5c81b6c
@ -192,7 +192,7 @@ export default function () {
|
||||
</>
|
||||
) : null}
|
||||
</Flex>
|
||||
<Text alignSelf="center" fontSize="sm">
|
||||
<Text alignSelf="center" fontSize="sm" pl="8px">
|
||||
Status:{" "}
|
||||
{event.pending ? "Pending" : event.approved ? "Approved" : "Denied"}
|
||||
</Text>
|
||||
@ -220,7 +220,7 @@ export default function () {
|
||||
</Button>
|
||||
<Button
|
||||
colorScheme="blue"
|
||||
mr="8px"
|
||||
ml="8px"
|
||||
onClick={async () => await certify(selectedEvent)}
|
||||
>
|
||||
Certify
|
||||
|
Loading…
x
Reference in New Issue
Block a user