mirror of
https://github.com/LaconicNetwork/laconic.com.git
synced 2026-09-07 23:54:07 +00:00
Addressed issue #99
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user