diff --git a/src/components/Toolbox.astro b/src/components/Toolbox.astro index b87643a..ee8d5ee 100644 --- a/src/components/Toolbox.astro +++ b/src/components/Toolbox.astro @@ -1,5 +1,5 @@ --- -import { Image } from '@astrojs/image/components'; +import { Img } from 'astro-imagetools/components'; import { Link } from '.'; import type { ToolsProps } from '../data/tools'; @@ -16,14 +16,7 @@ const { tools } = Astro.props; tools.map(({ name, url, image }) => (