commit | 604e31d7f03b68d549048f6bf2ed463ab8002496 | [log] [tgz] |
---|---|---|
author | Samuel Shuert <samuel@clicksminuteper.net> | Thu Sep 02 16:06:20 2021 -0500 |
committer | Samuel Shuert <samuel@clicksminuteper.net> | Thu Sep 02 16:06:20 2021 -0500 |
tree | 4234bc164bd1b6a248196e7c26c94b66d52b525d | |
parent | 8aac601b4fe127281ee246bfe0dc0530e138102b [diff] [blame] |
09.02.2021
diff --git a/Components/SectionHeading.js b/Components/SectionHeading.js index 9bc20a0..0362f81 100644 --- a/Components/SectionHeading.js +++ b/Components/SectionHeading.js
@@ -9,7 +9,7 @@ render() { return ( - <h1 className={Styles.title}>{this.props.title}</h1> + <h1 className={Styles.title} id={this.props.id}>{this.props.title}</h1> ) } }