Skip to content

Commit 74230ac

Browse files
committed
fix(capabilities-component): update gardener image url
1 parent 7bfa980 commit 74230ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/projects/wc/src/app/enabled-capabilities/enabled-capabilities.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import { SmallCardComponent } from '../small-card/small-card.component';
1212
export class EnabledCapabilitiesComponent {
1313
readonly capabilities: SmallCardDataModel[] = [
1414
{
15-
image: 'https://d.ing.gardener-op.mfp-dev.shoot.canary.k8s-hana.ondemand.com/static/assets/logo.svg',
15+
image: 'https://dashboard.garden.live.k8s.ondemand.com/static/assets/logo.svg',
1616
name: 'Gardener',
1717
},
1818
{

0 commit comments

Comments
 (0)