Skip to content

Commit

Permalink
add id to mailing list header on contact page for anchor link (#373)
Browse files Browse the repository at this point in the history
  • Loading branch information
austensen authored Jun 1, 2023
1 parent 766e207 commit 61a18ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/contact-us.en.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ export const ContactPageScaffolding = (props: ContentfulContent) => (
</div>
<div className="columns is-centered has-background-info">
<div className="column is-12 py-11">
<h1>{props.content.mailingListTitle}</h1>
<h1 id="mailing-list">{props.content.mailingListTitle}</h1>
<div className="mt-5 mb-9">
<span className="title is-3">
<p>{props.content.mailingListSubtitle}</p>
Expand Down

0 comments on commit 61a18ec

Please sign in to comment.