Skip to content
This repository has been archived by the owner on Jan 8, 2024. It is now read-only.

Commit

Permalink
ui: add aws-ecr to icon-for-component
Browse files Browse the repository at this point in the history
  • Loading branch information
jgwhite committed Jul 14, 2021
1 parent 9fc995b commit 14b6981
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/app/helpers/icon-for-component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ import { helper } from '@ember/component/helper';
export function iconForComponent([component]: [string]): string {
switch (component) {
case 'aws-ec2':
return 'logo-aws-color';
case 'aws-ecs':
case 'aws-ecr':
return 'logo-aws-color';
case 'azure-container-instances':
return 'logo-azure-color';
Expand Down

0 comments on commit 14b6981

Please sign in to comment.