Remove comment

This commit is contained in:
prototypa
2023-09-02 20:37:08 -04:00
parent 0440548623
commit acd30ca73a

View File

@ -70,7 +70,6 @@ const currentPath = `/${trimSlash(new URL(Astro.url).pathname)}`
<Logo /> <Logo />
</a> </a>
<div class="flex items-center md:hidden"> <div class="flex items-center md:hidden">
{/* <ToggleTheme /> */}
<ToggleMenu /> <ToggleMenu />
</div> </div>
</div> </div>