refactor: update project highlighting to use 'new' flag instead of 'highlighted'

This commit is contained in:
Ben Allfree
2026-04-18 07:42:07 -07:00
parent c8cb577708
commit 462d913ffa
4 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ type Row = {
url: string
logo?: string
subtitle?: string
highlighted?: boolean
new?: boolean
}
const text = readFileSync(yamlPath, "utf8")