Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/sqlchat/sqlchat
/ Props
Interface
Props
src/components/BetaBadge.tsx:1–3 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
interface Props {
2
className?: string;
3
}
4
5
const BetaBadge: React.FC<Props> = (props: Props) => {
6
const { className } = props;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected