Skip to content

Commit

Permalink
Mention OSISM 7.1.1 release on the landing page (#659)
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Berendt <[email protected]>
  • Loading branch information
berendt authored Aug 14, 2024
1 parent 32c5f28 commit f0f2d92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ function Announcements() {
const {siteConfig} = useDocusaurusContext();
return (
<div className="container" style={{"text-align": "center", "padding-top": "2em", "padding-bottom": "2em", "font-size": "1em"}}>
🎉️ <b><a href="https://osism.tech/docs/release-notes/osism-7#710-20240710">OSISM 7.1.0 (20240710)</a> is out!</b> 🥳️
🎉️ <b><a href="https://osism.tech/docs/release-notes/osism-7#711-20240812">OSISM 7.1.1 (20240812)</a> is out!</b> 🥳️
</div>
);
}
Expand Down

0 comments on commit f0f2d92

Please sign in to comment.