Skip to content

Commit

Permalink
Add Icon
Browse files Browse the repository at this point in the history
  • Loading branch information
lebogg committed Nov 29, 2023
1 parent 6d73597 commit 1ed1db8
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,
Document,
Folder,
Key,
LockClosed,
Expand Down Expand Up @@ -149,7 +150,8 @@
...nodeStyle('TranslationUnitDeclaration', CodeBracket, overlay),
...nodeStyle('CodeRepository', Folder, overlay),
...nodeStyle('KeyVault', LockClosed, overlay),
...nodeStyle('Key', Key, overlay)
...nodeStyle('Key', Key, overlay),
...nodeStyle('Object', Document, overlay)
]);
return styles;
Expand Down

0 comments on commit 1ed1db8

Please sign in to comment.