Skip to content

Commit 434953f

Browse files
committed
bug
1 parent 0aefcab commit 434953f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/Heading.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ const PINK_UNDERLINE_DIR = '/svgs/pink_underline.svg';
1212

1313
const Heading = ({
1414
classes = '',
15-
distanceFromTop = 0,
15+
// distanceFromTop = 0,
1616
underlineType = UnderlineTypes.GREEN_SHORT_UNDERLINE,
1717
children,
1818
}) => {

0 commit comments

Comments
 (0)