Skip to content

Commit 6bc5104

Browse files
committed
[UXP-98] Change alert type
1 parent 8968221 commit 6bc5104

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/app/submission/sections/unpaywall/submission-section-unpaywall.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<div class="col-12">
44
<div [ngSwitch]="(status$ | async)" *ngIf="!(loading$ | async)">
55
<ng-container *ngSwitchCase="UnpaywallSectionStatus.SUCCESSFUL">
6-
<ds-alert [type]="AlertType.Success"
6+
<ds-alert [type]="AlertType.Info"
77
[content]="'submission.sections.unpaywall.status.successful' | translate"></ds-alert>
88
</ng-container>
99
<ng-container *ngSwitchCase="UnpaywallSectionStatus.IMPORTED">

0 commit comments

Comments
 (0)