From 1ea16a54e6f126e10a95b93427f31319027513ee Mon Sep 17 00:00:00 2001 From: AndreiaPena Date: Tue, 17 Dec 2024 14:41:58 +0100 Subject: [PATCH] feat(certif): Change SCO PixBanner to PixNotification --- certif/app/components/layout/banners.gjs | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/certif/app/components/layout/banners.gjs b/certif/app/components/layout/banners.gjs index 0becb3b56de..5c15205d82d 100644 --- a/certif/app/components/layout/banners.gjs +++ b/certif/app/components/layout/banners.gjs @@ -1,4 +1,5 @@ import PixBannerAlert from '@1024pix/pix-ui/components/pix-banner-alert'; +import PixNotificationAlert from '@1024pix/pix-ui/components/pix-notification-alert'; import { action } from '@ember/object'; import { service } from '@ember/service'; import Component from '@glimmer/component'; @@ -36,9 +37,9 @@ export default class Banners extends Component {