mirror of
https://github.com/logto-io/logto.git
synced 2025-02-17 22:04:19 -05:00
fix(ui): fix apple logo (#2259)
This commit is contained in:
parent
12eef42c9b
commit
ee374d19cc
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ const SocialSignInIconList = ({
|
|||
<SocialIconButton
|
||||
key={id}
|
||||
className={styles.socialButton}
|
||||
logo={getLogoUrl({ theme, logoUrl, darkLogoUrl, isApple: isAppleConnector() })}
|
||||
logo={getLogoUrl({ theme, logoUrl, darkLogoUrl, isApple: isAppleConnector(target) })}
|
||||
target={target}
|
||||
onClick={() => {
|
||||
void invokeSocialSignIn(connector);
|
||||
|
|
Loading…
Add table
Reference in a new issue