diff --git a/img.png b/img.png index b6f04cc..92db6e2 100644 Binary files a/img.png and b/img.png differ diff --git a/src/components/Hero.tsx b/src/components/Hero.tsx index 58e9e19..ca75443 100644 --- a/src/components/Hero.tsx +++ b/src/components/Hero.tsx @@ -12,7 +12,7 @@ import { Icon } from '@iconify/react'; const exampleTools: { label: string; url: string }[] = [ { label: 'Create a transparent image', - url: '/png/create-transparent' + url: '/image-generic/create-transparent' }, { label: 'Prettify JSON', url: '/json/prettify' }, { label: 'Change GIF speed', url: '/gif/change-speed' },