mirror of
https://github.com/claude-code-best/claude-code.git
synced 2026-06-22 16:25:51 +00:00
fix: 修复 ant 模式
This commit is contained in:
10
src/components/LogoV2/GateOverridesWarning.tsx
Normal file
10
src/components/LogoV2/GateOverridesWarning.tsx
Normal file
@@ -0,0 +1,10 @@
|
||||
import * as React from 'react'
|
||||
|
||||
/**
|
||||
* Internal-only component. Displays a warning when feature-gate overrides
|
||||
* (CLAUDE_INTERNAL_FC_OVERRIDES) are active. Stubbed — returns null in
|
||||
* non-internal builds.
|
||||
*/
|
||||
export function GateOverridesWarning(): React.ReactNode {
|
||||
return null
|
||||
}
|
||||
Reference in New Issue
Block a user