|
|
|
@ -39,13 +39,11 @@ import { AccountDropdown } from './AccountDropdown'; |
|
|
|
|
<a href='/get-started' class='text-gray-400 hover:text-white'> |
|
|
|
|
Start Here |
|
|
|
|
</a> |
|
|
|
|
<a href='/teams' class='text-gray-400 hover:text-white'> Teams</a> |
|
|
|
|
<a |
|
|
|
|
href='/ai' |
|
|
|
|
<a |
|
|
|
|
href='/teams' |
|
|
|
|
class='group relative !mr-2 text-blue-300 hover:text-white' |
|
|
|
|
> |
|
|
|
|
AI Roadmaps |
|
|
|
|
|
|
|
|
|
Teams |
|
|
|
|
<span class='absolute -right-[11px] top-0'> |
|
|
|
|
<span class='relative flex h-2 w-2'> |
|
|
|
|
<span |
|
|
|
@ -56,6 +54,8 @@ import { AccountDropdown } from './AccountDropdown'; |
|
|
|
|
</span> |
|
|
|
|
</span> |
|
|
|
|
</a> |
|
|
|
|
<a |
|
|
|
|
href='/ai' class='text-gray-400 hover:text-white'> AI Roadmaps</a> |
|
|
|
|
<button |
|
|
|
|
data-command-menu |
|
|
|
|
class='hidden items-center rounded-md border border-gray-800 px-2.5 py-1.5 text-sm text-gray-400 hover:cursor-pointer hover:bg-gray-800 md:flex' |
|
|
|
|