Skip to content

Commit f96ff70

Browse files
committed
[polaris.shopify.com][/components] Fix Props heading id not mapping to TOC anchor
1 parent ba4c698 commit f96ff70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

polaris.shopify.com/src/components/PropsTable/PropsTable.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ function PropsTable({ props: { interfaceName, props } }: Props) {
1414

1515
return (
1616
<div className={styles.PropsTable}>
17-
<h2 id="properties">Props</h2>
17+
<h2 id="props">Props</h2>
1818
<p>
1919
Want to help make this feature better? Please{" "}
2020
<a href={feedbackUrl}>share your feedback</a>.

0 commit comments

Comments
 (0)