Skip to content

Commit

Permalink
Added folder for Code Repository (#76)
Browse files Browse the repository at this point in the history
  • Loading branch information
oxisto authored Nov 9, 2023
1 parent 7ed261f commit aa001c4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/lib/components/DiscoveryGraph.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
CommandLine,
ComputerDesktop,
CpuChip,
Folder,
RectangleGroup,
ServerStack,
Share
Expand Down Expand Up @@ -142,7 +143,8 @@
...nodeStyle('Function', CommandLine, overlay),
...nodeStyle('Application', CodeBracketSquare, overlay),
...nodeStyle('Library', BuildingLibrary, overlay),
...nodeStyle('TranslationUnitDeclaration', CodeBracket, overlay)
...nodeStyle('TranslationUnitDeclaration', CodeBracket, overlay),
...nodeStyle('CodeRepository', Folder, overlay)
]);
return styles;
Expand Down

0 comments on commit aa001c4

Please sign in to comment.