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/Button.astro b/src/components/Button.astro
index 4424c83..46400bd 100644
--- a/src/components/Button.astro
+++ b/src/components/Button.astro
@@ -57,12 +57,14 @@ if (variant === 'menu') classes.push('menu');
a.primary {
background-color: colors.$primary;
- &:hover {
- background-color: $primary-hover;
- }
+ &:not(.disabled) {
+ &:hover {
+ background-color: $primary-hover;
+ }
- &:active {
- background-color: $primary-pressed;
+ &:active {
+ background-color: $primary-pressed;
+ }
}
}
diff --git a/src/components/Hero.astro b/src/components/Hero.astro
index 7b46bd0..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';
@@ -21,12 +20,11 @@ import Brand from './Brand.astro';
to tackle social challenges