Fix release notes pointing to a 404 page

This commit is contained in:
mauro-balades
2024-09-18 00:11:29 +02:00
parent 9f0076e793
commit 1d744e61e6

View File

@@ -887,6 +887,9 @@ export const releaseNotes: ReleaseNote[] = [
{ {
description: "Sidebar wont interfere with the toolbar anymore in compact mode", description: "Sidebar wont interfere with the toolbar anymore in compact mode",
}, },
{
description: "Fixed release notes pointing to a 404 page",
}
], ],
}, },
].reverse(); ].reverse();