Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Reverse margin on certify modal
  • Loading branch information
regalijan committed Feb 26, 2024
1 parent 73ec830 commit 2fb5c81
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/routes/events-team.tsx
Expand Up @@ -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>
Expand Down Expand Up @@ -220,7 +220,7 @@ export default function () {
</Button>
<Button
colorScheme="blue"
mr="8px"
ml="8px"
onClick={async () => await certify(selectedEvent)}
>
Certify
Expand Down

0 comments on commit 2fb5c81

Please sign in to comment.