Fix bookmarked tools retrieval

This commit is contained in:
Yihao Wang
2025-07-14 00:11:17 +12:00
parent 0d3a17a923
commit 989aa7958e
2 changed files with 28 additions and 11 deletions

View File

@@ -148,12 +148,21 @@ export default function Hero() {
{...props}
onClick={() => navigate('/' + option.path)}
>
<Stack direction={'row'} spacing={2} alignItems={'center'}>
<Icon fontSize={20} icon={option.icon} />
<Box>
<Typography fontWeight={'bold'}>{option.name}</Typography>
<Typography fontSize={12}>{option.shortDescription}</Typography>
</Box>
<Stack
direction={'row'}
alignItems={'center'}
justifyContent={'stretch'}
width={'100%'}
>
<Stack direction={'row'} spacing={2} alignItems={'center'}>
<Icon fontSize={20} icon={option.icon} />
<Box>
<Typography fontWeight={'bold'}>{option.name}</Typography>
<Typography fontSize={12}>
{option.shortDescription}
</Typography>
</Box>
</Stack>
<Icon
fontSize={20}
onClick={(e) => {