Skip to content
This repository has been archived by the owner on Feb 13, 2023. It is now read-only.

Commit

Permalink
Fixed Hero is-halfheight className.
Browse files Browse the repository at this point in the history
  • Loading branch information
lukephillippi committed Nov 23, 2017
1 parent 4b0a704 commit 86e90a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/layout/Hero/Hero.tsx
Expand Up @@ -21,7 +21,7 @@ export function Hero({ tag = 'section', ...props }: Hero<HTMLElement>) {
{
'is-bold': props.isBold,
'is-fullheight': props.isFullHeight,
'is-halfheight': props.isFullHeight,
'is-halfheight': props.isHalfHeight,
...combineModifiers(props, getColorModifiers, getSizeModifiers),
},
props.className,
Expand Down

0 comments on commit 86e90a5

Please sign in to comment.