feat: Add Aliyun LLM Observability Integration (#21471)
This commit is contained in:
@@ -32,7 +32,7 @@ export default function SocialAuth(props: SocialAuthProps) {
|
||||
<span className={
|
||||
classNames(
|
||||
style.githubIcon,
|
||||
'w-5 h-5 mr-2',
|
||||
'mr-2 h-5 w-5',
|
||||
)
|
||||
} />
|
||||
<span className="truncate">{t('login.withGitHub')}</span>
|
||||
@@ -50,7 +50,7 @@ export default function SocialAuth(props: SocialAuthProps) {
|
||||
<span className={
|
||||
classNames(
|
||||
style.googleIcon,
|
||||
'w-5 h-5 mr-2',
|
||||
'mr-2 h-5 w-5',
|
||||
)
|
||||
} />
|
||||
<span className="truncate">{t('login.withGoogle')}</span>
|
||||
|
||||
Reference in New Issue
Block a user