Skip to content

Commit

Permalink
refactor(admin): prescription apply new components naming
Browse files Browse the repository at this point in the history
  • Loading branch information
er-lim committed Dec 4, 2024
1 parent 58ab31b commit 129f40e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions admin/app/components/campaigns/update.gjs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import PixBanner from '@1024pix/pix-ui/components/pix-banner';
import PixBannerAlert from '@1024pix/pix-ui/components/pix-banner-alert';
import PixButton from '@1024pix/pix-ui/components/pix-button';
import PixCheckbox from '@1024pix/pix-ui/components/pix-checkbox';
import PixInput from '@1024pix/pix-ui/components/pix-input';
Expand Down Expand Up @@ -263,7 +263,7 @@ export default class Update extends Component {
</PixFieldset>

{{#if this.displayIsForAbsoluteNoviceWarning}}
<PixBanner @type="warning">
<PixBannerAlert @type="warning">
<div class="is-for-absolute-novice-warning">
<p>Les campagnes
<strong><i>isForAbsoluteNovice</i></strong>
Expand All @@ -275,7 +275,7 @@ export default class Update extends Component {
<li>Envoi de résultats</li>
</ul>
</div>
</PixBanner>
</PixBannerAlert>
{{/if}}
{{/if}}
</div>
Expand Down

0 comments on commit 129f40e

Please sign in to comment.