We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8cb595a commit f4ac2a2Copy full SHA for f4ac2a2
1 file changed
components/Navigation/index.jsx
@@ -16,7 +16,7 @@ export default ({ metadata }) => {
16
17
return (
18
<NavBar
19
- Logo={Logo}
+ Logo={() => <Logo variant="pride" />}
20
sidebarItemTogglerAriaLabel="Toggle navigation menu"
21
navItems={navigation}
22
>
0 commit comments