mirror of
https://github.com/MeshEnvy/mesh-forge.git
synced 2026-08-07 01:13:05 +02:00
refactor: update project highlighting to use 'new' flag instead of 'highlighted'
This commit is contained in:
@@ -13,7 +13,7 @@ type Row = {
|
||||
url: string
|
||||
logo?: string
|
||||
subtitle?: string
|
||||
highlighted?: boolean
|
||||
new?: boolean
|
||||
}
|
||||
|
||||
const text = readFileSync(yamlPath, "utf8")
|
||||
|
||||
Reference in New Issue
Block a user