mirror of
https://github.com/iib0011/omni-tools.git
synced 2025-09-20 14:39:34 +02:00
feat: shortDescription
This commit is contained in:
@@ -113,39 +113,6 @@ s
|
||||
}
|
||||
];
|
||||
|
||||
const toolCards = [
|
||||
{
|
||||
title: 'Split Text',
|
||||
description: 'Quickly split text into chunks.',
|
||||
link: '/string/split'
|
||||
},
|
||||
{
|
||||
title: 'Join Text',
|
||||
description: 'Quickly merge lines of text together via a delimiter.',
|
||||
link: '/string/join'
|
||||
},
|
||||
{
|
||||
title: 'Join Text',
|
||||
description: 'Quickly merge lines of text together via a delimiter.',
|
||||
link: '/string/join'
|
||||
},
|
||||
{
|
||||
title: 'Join Text',
|
||||
description: 'Quickly merge lines of text together via a delimiter.',
|
||||
link: '/string/join'
|
||||
},
|
||||
{
|
||||
title: 'Join Text',
|
||||
description: 'Quickly merge lines of text together via a delimiter.',
|
||||
link: '/string/join'
|
||||
},
|
||||
{
|
||||
title: 'Join Text',
|
||||
description: 'Quickly merge lines of text together via a delimiter.',
|
||||
link: '/string/join'
|
||||
}
|
||||
];
|
||||
|
||||
export default function JoinText() {
|
||||
const [input, setInput] = useState<string>('');
|
||||
const { showSnackBar } = useContext(CustomSnackBarContext);
|
||||
@@ -246,8 +213,6 @@ export default function JoinText() {
|
||||
changeInputResult
|
||||
}))}
|
||||
/>
|
||||
<Separator backgroundColor="#5581b5" margin="50px" />
|
||||
<AllTools title="All Text Tools" toolCards={toolCards} />
|
||||
</Box>
|
||||
);
|
||||
}
|
||||
|
Reference in New Issue
Block a user