Skip to content

Commit

Permalink
style(openalex): Update icon class for clipboard copy button in RorBa…
Browse files Browse the repository at this point in the history
…dge component
  • Loading branch information
jerem1508 committed Dec 2, 2024
1 parent 6c7d3cf commit b04fb5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/pages/openalex-ror/components/ror-badge.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ export default function RorBadge({ isRemoved, removeRor, ror, rorColor, setFilte
/>
<button
aria-label="Copier"
className="fr-icon fr-fi-file-copy-line fr-icon-sm"
className="ri-file-copy-line"
onClick={() => copy(ror.rorId)}
title="Copier"
type="button"
Expand Down

0 comments on commit b04fb5b

Please sign in to comment.