diff --git a/src/components/Captcha/Captcha.astro b/src/components/Captcha/Captcha.astro index 9eefa9c10..09f3d0a38 100644 --- a/src/components/Captcha/Captcha.astro +++ b/src/components/Captcha/Captcha.astro @@ -1,15 +1,14 @@ --- --- + + - -
diff --git a/src/components/Navigation/Navigation.astro b/src/components/Navigation.astro similarity index 89% rename from src/components/Navigation/Navigation.astro rename to src/components/Navigation.astro index 578fc4fbd..e9fde5ec8 100644 --- a/src/components/Navigation/Navigation.astro +++ b/src/components/Navigation.astro @@ -1,9 +1,7 @@ --- -import Icon from '../Icon.astro'; +import Icon from './Icon.astro'; --- - -