Skip to content

Commit

Permalink
Merge branch 'main' into lmendoza/9579-v3-work-types-lecture-and-publ…
Browse files Browse the repository at this point in the history
…ic-speech
  • Loading branch information
leomendoza123 authored Jan 9, 2025
2 parents 349c5d6 + de63754 commit 854e23c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## v2.109.17 - 2025-01-08

[Full Changelog](https://github.com/ORCID/orcid-angular/compare/v2.109.16...v2.109.17)

- [#2442](https://github.com/ORCID/orcid-angular/pull/2442): format-fix

## v2.109.16 - 2025-01-08

[Full Changelog](https://github.com/ORCID/orcid-angular/compare/v2.109.15...v2.109.16)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,6 @@ button.mat-button-wrap-text:not(.mobile):not(.secondaryItem) {
padding: 0 16px;
}

input{
input {
cursor: pointer;
}
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@ export class WorkFormComponent implements OnInit {
ariaLabelWork = $localize`:@@shared.ariaLabelWork:Work`
ariaLabelWorkType = $localize`:@@works.workType:Work type`


@Input() work: Work
@Input() userRecord: UserRecord
@Input() externalIdentifier: boolean
Expand Down

0 comments on commit 854e23c

Please sign in to comment.