diff --git a/src/components/Hero.astro b/src/components/Hero.astro index 2eddf62..df87435 100644 --- a/src/components/Hero.astro +++ b/src/components/Hero.astro @@ -3,6 +3,7 @@ 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,7 +22,8 @@ import Brand from './Brand.astro';
Registration will close Feb. 16th. Follow @@ -105,6 +107,7 @@ import Brand from './Brand.astro'; .btn-text { width: max-content; + font-weight: 500; @media (min-width: breakpoints.$phone) { font-size: 1.25rem;