diff --git a/site/src/components/Resources/ResourceAvatar.tsx b/site/src/components/Resources/ResourceAvatar.tsx index 3c7f41c5fa..32ca6a6127 100644 --- a/site/src/components/Resources/ResourceAvatar.tsx +++ b/site/src/components/Resources/ResourceAvatar.tsx @@ -13,6 +13,10 @@ const AdjustedMemoryIcon: typeof MemoryIcon = ({ style, ...props }) => { return } +// NOTE@jsjoeio, @BrunoQuaresma +// These resources (i.e. docker_image, kubernetes_deployment) map to Terraform +// resource types. These are the most used ones and are based on user usage. +// We may want to update from time-to-time. const iconByResource: Record = { docker_volume: FolderIcon, docker_container: AdjustedMemoryIcon,