|
|
@ -21,10 +21,10 @@ import AccountDropdown from './AccountDropdown.astro'; |
|
|
|
> |
|
|
|
> |
|
|
|
</li> |
|
|
|
</li> |
|
|
|
<li> |
|
|
|
<li> |
|
|
|
<a href='/guides' class='text-gray-400 hover:text-white'>Guides</a> |
|
|
|
<a href='/guides' class='hidden lg:inline text-gray-400 hover:text-white'>Guides</a> |
|
|
|
</li> |
|
|
|
</li> |
|
|
|
<li> |
|
|
|
<li> |
|
|
|
<a href='/videos' class='text-gray-400 hover:text-white'>Videos</a> |
|
|
|
<a href='/videos' class='hidden lg:inline text-gray-400 hover:text-white'>Videos</a> |
|
|
|
</li> |
|
|
|
</li> |
|
|
|
</ul> |
|
|
|
</ul> |
|
|
|
<ul class='hidden h-8 w-[172px] items-center justify-end gap-5 sm:flex'> |
|
|
|
<ul class='hidden h-8 w-[172px] items-center justify-end gap-5 sm:flex'> |
|
|
|