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 70c36ba commit 5e1084cCopy full SHA for 5e1084c
1 file changed
components/sections/Navigation/index.tsx
@@ -178,7 +178,7 @@ const Navigation = () => {
178
</a>
179
))}
180
</div>
181
- <div
+ {/*<div
182
className="mt-10 flex flex-wrap items-center gap-5 xl:mt-0"
183
onClick={() => {
184
trackEvent("homepage_mainnav_login");
@@ -192,7 +192,7 @@ const Navigation = () => {
192
>
193
Log in
194
</CustomButton>
195
- </div>
+ </div>*/}
196
<ThemeSwitcher className="mt-5 xl:-order-1 xl:mt-0" hidden />
197
198
0 commit comments