Skip to content

Commit

Permalink
style(openalex): bulk delete
Browse files Browse the repository at this point in the history
  • Loading branch information
jerem1508 committed Nov 28, 2024
1 parent aafd542 commit 824757c
Show file tree
Hide file tree
Showing 3 changed files with 167 additions and 224 deletions.
4 changes: 2 additions & 2 deletions client/src/pages/openalex-ror/components/ror-badge_old.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -34,15 +34,15 @@ export default function RorBadge({ isRemoved, ror, setFilteredAffiliationName, r
{
isRemoved ? (
<button
aria-label="Filter on this ROR"
aria-label="Undo remove this ROR"
className="fr-icon fr-fi-arrow-go-back-line fr-icon--sm"
onClick={() => { removeRor(); }}
title="Undo remove"
type="button"
/>
) : (
<button
aria-label="Filter on this ROR"
aria-label="Remove this ROR"
className="fr-icon fr-fi-delete-line fr-icon--sm"
onClick={() => { removeRor(); }}
title="Remove this ROR"
Expand Down
Loading

0 comments on commit 824757c

Please sign in to comment.