Skip to content

Commit

Permalink
fix: conflict between proconnect and franceconnect buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
rdubigny committed Sep 23, 2024
1 parent 5604438 commit a47fdee
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/ProConnectButton.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ export const ProConnectButton = memo(
style={style}
ref={ref}
>
<Inner className={fr.cx("fr-btn", "fr-connect")} {...innerProps}>
<Inner className={cx(fr.cx("fr-btn", "fr-connect"), "pro-connect")} {...innerProps}>
<span className={cx(fr.cx("fr-connect__login"), classes.login)}>
S’identifier avec
</span>
Expand Down
4 changes: 2 additions & 2 deletions src/assets/proconnect-btn.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit a47fdee

Please sign in to comment.