feat: Add Aliyun LLM Observability Integration (#21471)
This commit is contained in:
@@ -22,7 +22,7 @@ const ToolsNav = ({
|
||||
return (
|
||||
<Link href="/tools" className={classNames(
|
||||
'group text-sm font-medium',
|
||||
activated && 'font-semibold bg-components-main-nav-nav-button-bg-active hover:bg-components-main-nav-nav-button-bg-active-hover shadow-md',
|
||||
activated && 'hover:bg-components-main-nav-nav-button-bg-active-hover bg-components-main-nav-nav-button-bg-active font-semibold shadow-md',
|
||||
activated ? 'text-components-main-nav-nav-button-text-active' : 'text-components-main-nav-nav-button-text hover:bg-components-main-nav-nav-button-bg-hover',
|
||||
className,
|
||||
)}>
|
||||
|
Reference in New Issue
Block a user