diff --git a/src/components/buttons/GoBackButton.astro b/src/components/buttons/GoBackButton.astro index d3f512d..dd158c2 100644 --- a/src/components/buttons/GoBackButton.astro +++ b/src/components/buttons/GoBackButton.astro @@ -1,11 +1,5 @@ --- import Icon from '@components/ui/icons/icon.astro'; - -interface Props { - noArrow?: boolean; -} - -const { noArrow } = Astro.props; ---