From 81b7cd3b2a40a8a57ac95bee34e789691e0f72db Mon Sep 17 00:00:00 2001 From: nsemets Date: Mon, 15 Dec 2025 14:04:56 +0200 Subject: [PATCH 1/3] fix(profile): changed profile link color --- .../profile-information/profile-information.component.html | 4 ++-- src/styles/_common.scss | 4 ++++ 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/src/app/features/profile/components/profile-information/profile-information.component.html b/src/app/features/profile/components/profile-information/profile-information.component.html index e03ceb58f..9bd69e20b 100644 --- a/src/app/features/profile/components/profile-information/profile-information.component.html +++ b/src/app/features/profile/components/profile-information/profile-information.component.html @@ -17,7 +17,7 @@

{{ currentUser()?.fullName }}

@if (currentUser()?.social?.orcid) {
orcid - + https://orcid.org/{{ currentUser()?.social?.orcid }}
@@ -25,7 +25,7 @@

{{ currentUser()?.fullName }}

cos-shield - {{ currentUser()?.link }} + {{ currentUser()?.link }}
diff --git a/src/styles/_common.scss b/src/styles/_common.scss index cd598bf23..c63894938 100644 --- a/src/styles/_common.scss +++ b/src/styles/_common.scss @@ -145,6 +145,10 @@ color: var(--dark-blue-1); } +.dark-blue-two-link { + color: var(--dark-blue-2); +} + .provider-description { a:hover { color: var(--branding-primary-color); From f1ff242d8de54520bcf92605ebf9944b7d2eac94 Mon Sep 17 00:00:00 2001 From: nsemets Date: Mon, 15 Dec 2025 15:28:14 +0200 Subject: [PATCH 2/3] fix(links): updated styles --- .../preprints/pages/landing/preprints-landing.component.scss | 4 ++++ src/assets/i18n/en.json | 5 +++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/src/app/features/preprints/pages/landing/preprints-landing.component.scss b/src/app/features/preprints/pages/landing/preprints-landing.component.scss index 703d057b1..885733499 100644 --- a/src/app/features/preprints/pages/landing/preprints-landing.component.scss +++ b/src/app/features/preprints/pages/landing/preprints-landing.component.scss @@ -8,6 +8,10 @@ .provider-description { line-height: 1.5rem; + + a { + font-weight: bold; + } } } diff --git a/src/assets/i18n/en.json b/src/assets/i18n/en.json index 0934dc437..4e1eafd6c 100644 --- a/src/assets/i18n/en.json +++ b/src/assets/i18n/en.json @@ -1469,7 +1469,8 @@ "pendingWithdrawal": "Pending Withdrawal", "approved": "Approved", "declined": "Declined", - "inProgress": "In Progress" + "inProgress": "In Progress", + "removed": "Removed" }, "makeDecision": { "header": "Make decision", @@ -2840,7 +2841,7 @@ }, "institutions": { "title": "Institutions", - "description": "OSF Institutions enhances transparency and increases the visibility of research outputs, accelerating discovery and reuse. Institutional members focus on generating and sharing research, and let OSF Institutions handle the infrastructure.
Read more", + "description": "OSF Institutions enhances transparency and increases the visibility of research outputs, accelerating discovery and reuse. Institutional members focus on generating and sharing research, and let OSF Institutions handle the infrastructure.
Read more", "searchInstitutions": "Search institutions", "searchInstitutionsDesctiption": "Please select an institution to apply to your search. Only OSF Institutions member affiliations are discoverable. ", "learnMore": "Learn more about OSF Institutions." From 5059867cbb9d0d4e58112d239f07ed6e1813d449 Mon Sep 17 00:00:00 2001 From: nsemets Date: Mon, 15 Dec 2025 15:34:43 +0200 Subject: [PATCH 3/3] fix(preprints): updated preprints links color --- .../preprints/pages/landing/preprints-landing.component.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/features/preprints/pages/landing/preprints-landing.component.html b/src/app/features/preprints/pages/landing/preprints-landing.component.html index 87594c438..5d1517fe1 100644 --- a/src/app/features/preprints/pages/landing/preprints-landing.component.html +++ b/src/app/features/preprints/pages/landing/preprints-landing.component.html @@ -25,7 +25,7 @@

{{ 'preprints.title' | translate }}

} @else {
} - {{ 'preprints.poweredBy' | translate }} + {{ 'preprints.poweredBy' | translate }} {{ 'preprints.title' | translate }} } @else if (osfPreprintProvider()!.examplePreprintId) { {{ 'preprints.showExample' | translate }}