mirror of
https://github.com/misode/misode.github.io.git
synced 2026-04-24 15:47:08 +00:00
Release target is no longer given + fix changes on homescreen
This commit is contained in:
@@ -122,6 +122,6 @@ function Changelog() {
|
||||
const latestChanges = useMemo(() => changes?.sort((a, b) => b.order - a.order).slice(0, 2), [changes])
|
||||
|
||||
return <ToolGroup title={locale('changelog')} link="/changelog/" titleIcon="git_commit">
|
||||
{latestChanges?.map(change => <ChangelogEntry minimal={!hugeScreen} change={change} />)}
|
||||
{latestChanges?.map(change => <ChangelogEntry minimal={!hugeScreen} short={true} change={change} />)}
|
||||
</ToolGroup>
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user