diff --git a/site/src/theme/externalImages.ts b/site/src/theme/externalImages.ts index 60316c594b..df260d9983 100644 --- a/site/src/theme/externalImages.ts +++ b/site/src/theme/externalImages.ts @@ -158,6 +158,7 @@ export const defaultParametersForBuiltinIcons = new Map([ ["/icon/kasmvnc.svg", "whiteWithColor"], ["/icon/kiro.svg", "whiteWithColor"], ["/icon/memory.svg", "monochrome"], + ["/icon/nexus-repository.svg", "blackWithColor"], ["/icon/okta.svg", "monochrome"], ["/icon/openai.svg", "monochrome"], ["/icon/rust.svg", "monochrome"], diff --git a/site/src/theme/icons.json b/site/src/theme/icons.json index aa3db061f8..546cdaeb4c 100644 --- a/site/src/theme/icons.json +++ b/site/src/theme/icons.json @@ -82,6 +82,7 @@ "microsoft.svg", "mlflow.svg", "nextflow.svg", + "nexus-repository.svg", "nix.svg", "node.svg", "nodejs.svg", diff --git a/site/static/icon/nexus-repository.svg b/site/static/icon/nexus-repository.svg new file mode 100644 index 0000000000..ca135cd5eb --- /dev/null +++ b/site/static/icon/nexus-repository.svg @@ -0,0 +1,5 @@ + + + + \ No newline at end of file