🛩️ logoV2Utils.ts

This commit is contained in:
nirholas
2026-03-31 10:24:20 +00:00
parent 6aeb463812
commit 7738a71ab8

View File

@@ -348,3 +348,4 @@ export function getRecentReleaseNotesSync(maxItems: number): string[] {
// Return raw notes without filtering or premature truncation // Return raw notes without filtering or premature truncation
return allNotes.slice(0, maxItems) return allNotes.slice(0, maxItems)
} }