Skip to content

Commit ea002cc

Browse files
authored
Merge pull request #696 from kubero-dev/fix/rabbitmq-addon-image
rename rabbitqm svg icon
2 parents deac510 + 0a1d356 commit ea002cc

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed
File renamed without changes.

server/src/addons/plugins/kuberoRabbitMQ.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import { IPlugin, IPluginFormFields } from './plugin.interface';
55
export class KuberoRabbitMQ extends Plugin implements IPlugin {
66
public id: string = 'kubero-operator'; //same as operator name
77
public displayName = 'RabbitMQ (Bitnami)';
8-
public icon = '/img/addons/RabbitMQ.svg';
8+
public icon = '/img/addons/rabbitmq.svg';
99
public install: string = '';
1010
public url =
1111
'https://artifacthub.io/packages/olm/community-operators/kubero-operator';

0 commit comments

Comments
 (0)