mirror of
https://github.com/claude-code-best/claude-code.git
synced 2026-06-23 00:35:51 +00:00
fix: 修复 ant 模式
This commit is contained in:
9
src/components/LogoV2/ExperimentEnrollmentNotice.tsx
Normal file
9
src/components/LogoV2/ExperimentEnrollmentNotice.tsx
Normal file
@@ -0,0 +1,9 @@
|
||||
import * as React from 'react'
|
||||
|
||||
/**
|
||||
* Internal-only component. Shows experiment enrollment status for internal
|
||||
* users. Stubbed — returns null in non-internal builds.
|
||||
*/
|
||||
export function ExperimentEnrollmentNotice(): React.ReactNode {
|
||||
return null
|
||||
}
|
||||
Reference in New Issue
Block a user