Skip to content

Commit 5f65a82

Browse files
fix: restore logo fallback functionality by passing category type
1 parent 2def7bf commit 5f65a82

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/scan.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@ async function scan(options: SyncOptions = {}) {
9898
name: tech.name,
9999
slug: dep,
100100
logo: tech.logo, // Raw path for resolution
101+
type: tech.category,
101102
color: color
102103
});
103104
}

0 commit comments

Comments
 (0)