diff --git a/plugins/codebuddy-hud/src/render/icons.ts b/plugins/codebuddy-hud/src/render/icons.ts index 6ebf2bf..d9091c3 100644 --- a/plugins/codebuddy-hud/src/render/icons.ts +++ b/plugins/codebuddy-hud/src/render/icons.ts @@ -12,3 +12,4 @@ export type IconName = keyof typeof ICONS; export function getIcon(name: IconName): string { return ICONS[name]; } +// test: valid src change