diff --git a/src/pages/changelog/index.astro b/src/pages/changelog/index.astro index af65fd74238eff7..70f717489bf7b5e 100644 --- a/src/pages/changelog/index.astro +++ b/src/pages/changelog/index.astro @@ -27,7 +27,7 @@ const props = {
{ - notes.map(async (entry) => { + notes.map(async (entry, idx) => { const date = format(entry.data.date, "MMM dd, yyyy"); const productIds = JSON.stringify( @@ -37,7 +37,11 @@ const props = { const { Content } = await render(entry); return ( -
+
= 10 ? "none" : ""}`} + >