mirror of
https://github.com/langgenius/dify.git
synced 2025-11-07 06:13:59 +00:00
parent
fb5c6dd644
commit
a3ced1b5a6
@ -35,7 +35,7 @@ export default function SocialAuth(props: SocialAuthProps) {
|
|||||||
'mr-2 h-5 w-5',
|
'mr-2 h-5 w-5',
|
||||||
)
|
)
|
||||||
} />
|
} />
|
||||||
<span className="truncate">{t('login.withGitHub')}</span>
|
<span className="truncate leading-normal">{t('login.withGitHub')}</span>
|
||||||
</>
|
</>
|
||||||
</Button>
|
</Button>
|
||||||
</a>
|
</a>
|
||||||
@ -53,7 +53,7 @@ export default function SocialAuth(props: SocialAuthProps) {
|
|||||||
'mr-2 h-5 w-5',
|
'mr-2 h-5 w-5',
|
||||||
)
|
)
|
||||||
} />
|
} />
|
||||||
<span className="truncate">{t('login.withGoogle')}</span>
|
<span className="truncate leading-normal">{t('login.withGoogle')}</span>
|
||||||
</>
|
</>
|
||||||
</Button>
|
</Button>
|
||||||
</a>
|
</a>
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
.githubIcon {
|
.githubIcon {
|
||||||
background: center/contain url('./assets/github.svg');
|
background: center/contain url('./assets/github.svg') no-repeat;
|
||||||
}
|
}
|
||||||
|
|
||||||
.googleIcon {
|
.googleIcon {
|
||||||
background: center/contain url('./assets/google.svg');
|
background: center/contain url('./assets/google.svg') no-repeat;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user