feat: feature/mvp-sprint-1 Disabled rainbow temporarily for optimization

This commit is contained in:
Nikolaj Frey 2023-08-14 19:00:42 +10:00
parent 83d2e255c7
commit b5676c46f8

View File

@ -86,7 +86,7 @@ export const Nav = (props) => {
</Link>
</Center>
</Center>
<CommanderV1 global id="nav" rainbow></CommanderV1>
<CommanderV1 global id="nav" rainbow={false}></CommanderV1>
<Center
className="nav-right-section"
columnGap={[3, 8]}