Skip to content

Commit

Permalink
fix: Only display Orcid iD in mobile version
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Palafox committed Feb 19, 2024
1 parent 928f604 commit 63dd6e4
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,8 @@
'orc-font-body-large': platform.columns12
}"
>
{{ orcidId }}
<ng-container *ngIf="!platform.columns12; else elseBlock">{{ isPublicRecord }}</ng-container>
<ng-template #elseBlock>{{ orcidId }}</ng-template>
</h2>
<div
class="buttons-wrapper"
Expand Down

0 comments on commit 63dd6e4

Please sign in to comment.