Skip to content

Commit

Permalink
style(openAlex): update aria-label for remove ROR button
Browse files Browse the repository at this point in the history
  • Loading branch information
jerem1508 committed Nov 19, 2024
1 parent 5d8efbf commit 72ee0f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/pages/openalex-ror/results/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -349,11 +349,11 @@ export default function Affiliations() {
</td>
<td>
<Button
aria-label="Remove ROR"
color="pink-tuile"
icon="delete-line"
onClick={() => setFilteredAffiliationName(rorItem.rorId)}
size="sm"
aria-label="Remove ROR"
/>
</td>
</tr>
Expand Down

0 comments on commit 72ee0f4

Please sign in to comment.