mirror of
https://github.com/iib0011/omni-tools.git
synced 2025-11-11 18:49:53 +05:30
chore: show new tools in landing
This commit is contained in:
parent
d487fa10ab
commit
21ee0a7ac5
3 changed files with 13 additions and 11 deletions
|
|
@ -19,9 +19,9 @@ const exampleTools: { label: string; url: string }[] = [
|
|||
{ label: 'Sort a list', url: '/list/sort' },
|
||||
{ label: 'Compress PNG', url: '/png/compress-png' },
|
||||
{ label: 'Split a text', url: '/string/split' },
|
||||
{ label: 'Calculate number sum', url: '/number/sum' },
|
||||
{ label: 'Shuffle a list', url: '/list/shuffle' },
|
||||
{ label: 'Change colors in image', url: '/png/change-colors-in-png' }
|
||||
{ label: 'Split PDF', url: '/pdf/split-pdf' },
|
||||
{ label: 'Trim video', url: '/video/trim' },
|
||||
{ label: 'Calculate number sum', url: '/number/sum' }
|
||||
];
|
||||
export default function Hero() {
|
||||
const [inputValue, setInputValue] = useState<string>('');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue