mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-09-11 05:36:10 -05:00
suggestions tweaks
This commit is contained in:
@@ -60,7 +60,7 @@ const Suggestion = ({
|
||||
</MyLink>
|
||||
</Flex>
|
||||
<Box>
|
||||
<Box fontSize="sm" color={gray}>
|
||||
<Box fontSize="sm" color={gray} mt={1}>
|
||||
{new Date(suggestion.createdAt).toLocaleString()}
|
||||
</Box>
|
||||
<SubText mt={2}>+{suggestion.tier}</SubText>
|
||||
|
||||
@@ -37,7 +37,7 @@ const getRawSuggestions = async () =>
|
||||
suggestedUser: { select: userBasicSelection },
|
||||
suggesterUser: { select: userBasicSelection },
|
||||
},
|
||||
orderBy: { createdAt: "desc" },
|
||||
orderBy: { createdAt: "asc" },
|
||||
});
|
||||
|
||||
const getSuggestions = async () => {
|
||||
|
||||
Reference in New Issue
Block a user