Skip to content

Commit f1ff242

Browse files
committed
fix(links): updated styles
1 parent 81b7cd3 commit f1ff242

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

src/app/features/preprints/pages/landing/preprints-landing.component.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@
88

99
.provider-description {
1010
line-height: 1.5rem;
11+
12+
a {
13+
font-weight: bold;
14+
}
1115
}
1216
}
1317

src/assets/i18n/en.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1469,7 +1469,8 @@
14691469
"pendingWithdrawal": "Pending Withdrawal",
14701470
"approved": "Approved",
14711471
"declined": "Declined",
1472-
"inProgress": "In Progress"
1472+
"inProgress": "In Progress",
1473+
"removed": "Removed"
14731474
},
14741475
"makeDecision": {
14751476
"header": "Make decision",
@@ -2840,7 +2841,7 @@
28402841
},
28412842
"institutions": {
28422843
"title": "Institutions",
2843-
"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. <br /> <a class='font-bold' href='https://www.cos.io/products/osf-institutions' target='_blank'>Read more</a>",
2844+
"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. <br /> <a class='dark-blue-two-link font-bold' href='https://www.cos.io/products/osf-institutions' target='_blank'>Read more</a>",
28442845
"searchInstitutions": "Search institutions",
28452846
"searchInstitutionsDesctiption": "Please select an institution to apply to your search. Only OSF Institutions member affiliations are discoverable. ",
28462847
"learnMore": "Learn more about OSF Institutions."

0 commit comments

Comments
 (0)