-
{date}
+ {format(date, "do MMMM yyyy")}
{entries?.map((entry) => (
@@ -102,7 +103,7 @@ const { products, productAreas, changelogs } = await getChangelogs();
const navHeightPx = Number(navHeightRem.split("rem")[0]) * 16 + 16;
const headers = document.querySelectorAll(
- "[data-date] > div > h2",
+ "[data-date] > div > h4",
);
headers.forEach(
(header) => new StickyHeader(header, { offset: 0 - navHeightPx }),
@@ -162,7 +163,7 @@ const { products, productAreas, changelogs } = await getChangelogs();