Skip to content

Commit 5e1084c

Browse files
committed
chore: remove log in button from nav
1 parent 70c36ba commit 5e1084c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

components/sections/Navigation/index.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ const Navigation = () => {
178178
</a>
179179
))}
180180
</div>
181-
<div
181+
{/*<div
182182
className="mt-10 flex flex-wrap items-center gap-5 xl:mt-0"
183183
onClick={() => {
184184
trackEvent("homepage_mainnav_login");
@@ -192,7 +192,7 @@ const Navigation = () => {
192192
>
193193
Log in
194194
</CustomButton>
195-
</div>
195+
</div>*/}
196196
<ThemeSwitcher className="mt-5 xl:-order-1 xl:mt-0" hidden />
197197
</div>
198198
</div>

0 commit comments

Comments
 (0)