website refactor
This commit is contained in:
@@ -55,7 +55,7 @@ export function SponsorshipRequestsTemplate({
|
||||
padding={4}
|
||||
>
|
||||
<Stack direction="row" align="center" justify="between" wrap gap={4}>
|
||||
<Box style={{ flex: 1, minWidth: 0 }}>
|
||||
<Box flexGrow={1} minWidth="0">
|
||||
<Text weight="medium" color="text-white" block>{request.sponsorName}</Text>
|
||||
{request.message && (
|
||||
<Text size="xs" color="text-gray-400" block mt={1}>{request.message}</Text>
|
||||
|
||||
Reference in New Issue
Block a user