Addressed issue #99

This commit is contained in:
Kristján Eldjárn
2022-07-26 10:59:32 -07:00
parent 4945c18918
commit 5bfab65345
3 changed files with 1 additions and 4 deletions
@@ -15,6 +15,7 @@
font-family: var(--font-dm-mono);
font-size: tovw(18px, 'default', 18px);
appearance: none;
white-space: nowrap;
&:disabled {
pointer-events: none;
@@ -5,7 +5,6 @@ import { Arrow } from '~/components/icons/arrow'
import Line from '~/components/icons/line'
import { Container } from '~/components/layout/container'
import Section from '~/components/layout/section'
import { ButtonLink } from '~/components/primitives/button'
import Heading from '~/components/primitives/heading'
import s from './hero.module.scss'
@@ -88,9 +87,6 @@ const Hero = ({ data }: Props) => {
{data?.heroLine}
</Heading>
</div>
<ButtonLink variant="primary" href={data?.heroButtonLink}>
{data?.heroButtonLabel}
</ButtonLink>
</div>
</div>
</Container>