Skip to content

Commit

Permalink
feat(cc-addon-linked-apps): make use of the cc-notice instead of cc-e…
Browse files Browse the repository at this point in the history
…rror
  • Loading branch information
Galimede committed Jun 30, 2023
1 parent 7b8e4c3 commit 34caaf9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/cc-addon-linked-apps/cc-addon-linked-apps.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import '../cc-img/cc-img.js';
import '../cc-block/cc-block.js';
import '../cc-error/cc-error.js';
import '../cc-notice/cc-notice.js';
import '../cc-zone/cc-zone.js';
import { css, html, LitElement } from 'lit';
import { ifDefined } from 'lit/directives/if-defined.js';
Expand Down Expand Up @@ -81,7 +81,7 @@ export class CcAddonLinkedApps extends LitElement {
` : ''}
${this.error ? html`
<cc-error>${i18n('cc-addon-linked-apps.loading-error')}</cc-error>
<cc-notice intent="warning" message="${i18n('cc-addon-linked-apps.loading-error')}"></cc-notice>
` : ''}
</cc-block>
`;
Expand Down

0 comments on commit 34caaf9

Please sign in to comment.