Skip to content

Commit

Permalink
🤖 GITHUB ACTIONS format_prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
orcid-releaser committed Nov 23, 2023
1 parent b7ace96 commit f02d0c8
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions src/app/sign-in/pages/sign-in/sign-in.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,13 @@
mode="indeterminate"
></mat-progress-bar>
<mat-card-header>
<mat-card-title
role="heading"
aria-level="1"
*ngIf="!isOauthError"
>
<mat-card-title role="heading" aria-level="1" *ngIf="!isOauthError">
<div class="icon">
<img src="assets/vectors/orcid.logo.icon.svg" alt="">
<img src="assets/vectors/orcid.logo.icon.svg" alt="" />
</div>
<ng-container i18n="@@ngOrcid.signin.signInToOrcid">Sign in to ORCID</ng-container>
<ng-container i18n="@@ngOrcid.signin.signInToOrcid"
>Sign in to ORCID</ng-container
>
</mat-card-title>
</mat-card-header>
<mat-card-content>
Expand Down

0 comments on commit f02d0c8

Please sign in to comment.