()
| 15 | ]; |
| 16 | |
| 17 | export function getRandomAlternative() { |
| 18 | return alternative[Math.floor(Math.random() * alternative.length)]; |
| 19 | } |
| 20 | |
| 21 | export const HomepageHeader: React.FC = React.memo(() => { |
| 22 | const { siteConfig } = useDocusaurusContext(); |
nothing calls this directly
no outgoing calls
no test coverage detected