Skip to content

Commit

Permalink
fix: docs
Browse files Browse the repository at this point in the history
  • Loading branch information
iib0011 committed Feb 23, 2025
1 parent df3cfdf commit 048f724
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Hero.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ const exampleTools: { label: string; url: string }[] = [
{ label: 'Convert text to morse code', url: '/string/to-morse' },
{ label: 'Change GIF speed', url: '/gif/change-speed' },
{ label: 'Sort a list', url: 'list/sort' },
{ label: 'Repeat text', url: 'string/repeat' },
{ 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' },
Expand Down

0 comments on commit 048f724

Please sign in to comment.