Skip to content

Commit

Permalink
chore: release log title added (#342)
Browse files Browse the repository at this point in the history
* chore: release log title added

* chore: h1 on title
  • Loading branch information
Wagner3UB authored Sep 20, 2023
1 parent b271bec commit 2c150b5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/components/ReleaseLog/ReleaseLog.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ const ReleaseLog = () => {
<meta name="robots" content="noindex" />
</Helmet>
<Container className="px-4 my-4">
<h1 className="py-4">
Release Log - Lista degli aggiornamenti io-Comune v7
</h1>
<div dangerouslySetInnerHTML={{ __html: releaseFileContent }}></div>
</Container>
</div>
Expand Down

0 comments on commit 2c150b5

Please sign in to comment.