Skip to content

Commit

Permalink
#270 : revert unwanted changes
Browse files Browse the repository at this point in the history
  • Loading branch information
guillermau committed Feb 10, 2025
1 parent fcd8dd9 commit 671b47d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/src/ui/pages/softwareDetails/HeaderDetailCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ export const HeaderDetailCard = memo((props: Props) => {
)}
{sourceCodeRepository && (
<LogoURLButton
iconId={"fr-icon-git-repository-line"}
iconId={"fr-icon-code-s-slash-line"}
className={cx(fr.cx("fr-ml-4v", "fr-my-2v"))}
priority="secondary"
url={sourceCodeRepository}
Expand Down

0 comments on commit 671b47d

Please sign in to comment.