Skip to content

Commit 3ef754c

Browse files
authored
Fix extra prop in h4_comp (#1297)
1 parent aa9deb7 commit 3ef754c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pcweb/templates/docpage/blocks/headings.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,6 @@ def h4_comp(text: str) -> rx.Component:
105105
return h_comp_common(
106106
text=text,
107107
heading="h4",
108-
scroll_margin="6em",
109108
mt="2",
110109
class_name="font-md-smbold",
111110
)

0 commit comments

Comments
 (0)