MCPcopy Create free account
hub / github.com/msgbyte/tailchat / getRandomAlternative

Function getRandomAlternative

website/src/components/HomepageHeader.tsx:17–19  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

15];
16
17export function getRandomAlternative() {
18 return alternative[Math.floor(Math.random() * alternative.length)];
19}
20
21export const HomepageHeader: React.FC = React.memo(() => {
22 const { siteConfig } = useDocusaurusContext();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected