We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9ae38a commit 8a708ecCopy full SHA for 8a708ec
1 file changed
landing/src/components/sections/header/Header.tsx
@@ -1,6 +1,7 @@
1
import classNames from 'classnames'
2
import Link from 'next/link'
3
4
+import { ThemeSwitcher } from '../../common/ThemeSwitcher'
5
import HeaderLink from './HeaderLink'
6
7
const twClasses = {
@@ -91,9 +92,9 @@ export default function Header(props: HeaderProps) {
91
92
Download
93
</HeaderLink>
94
- {/* <span className="pr-2" />
95
+ <span className="pr-2" />
96
- <ThemeSwitcher /> */}
97
+ <ThemeSwitcher />
98
</div>
99
100
</header>
0 commit comments