website refactor
This commit is contained in:
@@ -286,7 +286,7 @@ export function ReviewProtestModal({
|
||||
<Stack direction="row" align="center" justify="between">
|
||||
<Text size="sm" color="text-gray-400">Filed Date</Text>
|
||||
<Text size="sm" color="text-white" weight="medium">
|
||||
{new Date(protest.filedAt || protest.submittedAt).toLocaleString()}
|
||||
{protest.formattedSubmittedAt}
|
||||
</Text>
|
||||
</Stack>
|
||||
<Stack direction="row" align="center" justify="between">
|
||||
@@ -299,7 +299,7 @@ export function ReviewProtestModal({
|
||||
<Text size="sm" color="text-gray-400">Status</Text>
|
||||
<Stack as="span" px={2} py={1} rounded="sm" bg="bg-orange-500/20">
|
||||
<Text size="xs" weight="medium" color="text-orange-400">
|
||||
{protest.status}
|
||||
{protest.statusDisplay}
|
||||
</Text>
|
||||
</Stack>
|
||||
</Stack>
|
||||
|
||||
Reference in New Issue
Block a user