Skip to content

Commit

Permalink
Update stp-{MarkdownRemark.frontmatter__stp}.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
carrotanderson authored Jun 28, 2023
1 parent 5ee6321 commit cc9e284
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/stps/stp-{MarkdownRemark.frontmatter__stp}.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ const Template: React.FC<Props> = ({ data }) => {
const githubLink = getGithubLink(fileAbsolutePath)
return (
<Main>
<Helmet title={`SIP-${frontmatter.stp}: ${frontmatter.title}`} />
<Helmet title={`STP-${frontmatter.stp}: ${frontmatter.title}`} />
<h1 className="page-heading">
<a href={githubLink} className="inline-block">
STP-{frontmatter.stp}: {frontmatter.title} <SourceIcon />
Expand Down

0 comments on commit cc9e284

Please sign in to comment.