diff --git a/libs/web-components/brand-card/src/brand-card-decorations.ts b/libs/web-components/brand-card/src/brand-card-decorations.ts index 8c58ef91c..49bb81568 100644 --- a/libs/web-components/brand-card/src/brand-card-decorations.ts +++ b/libs/web-components/brand-card/src/brand-card-decorations.ts @@ -105,31 +105,4 @@ export function renderSecondarySVG(): TemplateResult { `; -} - -export function renderPatternSVG(): TemplateResult { - return html` `; -} +} \ No newline at end of file diff --git a/libs/web-components/brand-card/src/brand-card.ts b/libs/web-components/brand-card/src/brand-card.ts index e0383c52a..5e07bc470 100644 --- a/libs/web-components/brand-card/src/brand-card.ts +++ b/libs/web-components/brand-card/src/brand-card.ts @@ -1,7 +1,7 @@ import { BaseCard } from '@finastra/base-card'; import { html, TemplateResult } from 'lit'; import { customElement, property } from 'lit/decorators.js'; -import { renderPatternSVG, renderPrimarySVG, renderSecondarySVG } from './brand-card-decorations'; +import { renderPrimarySVG, renderSecondarySVG } from './brand-card-decorations'; import { styles } from './styles.css'; @@ -36,7 +36,6 @@ export class BrandCard extends BaseCard { console.warn('[Brand Card]: Cannot use multiple size attributes at the same time, default size has been applied'); } return html`