()
| 682 | }; |
| 683 | |
| 684 | const handleThemeToggle = () => { |
| 685 | setTheme(theme === 'dark' ? 'light' : 'dark'); |
| 686 | }; |
| 687 | |
| 688 | return ( |
| 689 | <StyledSurferHeader theme={theme} className="bg-background text-foreground"> |
nothing calls this directly
no outgoing calls
no test coverage detected