Skip to content

Commit 44eac77

Browse files
Merge branch 'fix/missing-svgs' into dev
# Please enter a commit message to explain why this merge is necessary, # especially if it merges an updated upstream into a topic branch. # # Lines starting with '#' will be ignored, and an empty message aborts # the commit.
2 parents 3159848 + 5f65a82 commit 44eac77

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)