Skip to content

Commit

Permalink
feat: add leakcheck logo
Browse files Browse the repository at this point in the history
  • Loading branch information
danielgrittner committed Oct 28, 2024
1 parent f4c196c commit 85545ad
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 0 deletions.
Binary file added web/public/leakcheck_logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions web/src/components/workflow-editor/namespace-icon.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ const NAMESPACE_ICON_MAPPING: Record<string, string> = {
"Microsoft Intune": "/ms_intunes_logo.svg",
Kandji: "/kandji_logo.svg",
Zendesk: "/zendesk_logo.svg",
LeakCheck: "/leakcheck_logo.png",
};

export default function NamespaceIcon({ namespace }: { namespace: string }) {
Expand Down

0 comments on commit 85545ad

Please sign in to comment.