diff --git a/.prettierignore b/.prettierignore index a0d9092..37e419b 100644 --- a/.prettierignore +++ b/.prettierignore @@ -1,5 +1,6 @@ .github/ .vscode/ +dist/ README.md diff --git a/src/components/Hero.astro b/src/components/Hero.astro index c753a74..1bcafcc 100644 --- a/src/components/Hero.astro +++ b/src/components/Hero.astro @@ -3,7 +3,6 @@ import { Image } from 'astro:assets'; import Button from './Button.astro'; import TitleAccent from './TitleAccent.astro'; import arrowsIcon from '../graphics/arrows.svg'; -import redirectArrow from '../graphics/redirect_arrow.svg'; import heroGraphicLeft from '../graphics/hero_shapes_left.svg'; import heroGraphicRight from '../graphics/hero_shapes_right.svg'; import bearLeft from '../graphics/bear_orange.svg';