fix changelog formatting

This commit is contained in:
Prospector
2026-04-29 11:42:45 -07:00
parent e9dfe1b7f0
commit 5abcfe6c38
3 changed files with 14 additions and 2 deletions

View File

@@ -24,8 +24,8 @@ const VERSIONS: VersionEntry[] = [
- Changed the name of the button for creating an instance with a modpack to make it clearer what it's for.
## Fixed
- Fixed Java auto-installation not working on macOS
- Fix a skin naming error.`,
- Fixed Java auto-installation not working on macOS.
- Fix a skin naming error.`,
},
{
date: `2026-04-29T17:19:44+00:00`,

View File

@@ -115,6 +115,16 @@ const messages = defineMessages({
h5,
h6 {
margin: 0;
margin-bottom: 0.25em;
font-weight: 600;
&:not(:first-child) {
margin-top: 0.75em;
}
}
h2 {
font-size: 1.125rem;
}
ul {