mirror of
https://github.com/kamranahmedse/developer-roadmap.git
synced 2025-08-30 20:49:49 +02:00
Highlight Teams Navigation item over AI item (#5720)
This commit is contained in:
@@ -39,13 +39,11 @@ import { AccountDropdown } from './AccountDropdown';
|
|||||||
<a href='/get-started' class='text-gray-400 hover:text-white'>
|
<a href='/get-started' class='text-gray-400 hover:text-white'>
|
||||||
Start Here
|
Start Here
|
||||||
</a>
|
</a>
|
||||||
<a href='/teams' class='text-gray-400 hover:text-white'> Teams</a>
|
|
||||||
<a
|
<a
|
||||||
href='/ai'
|
href='/teams'
|
||||||
class='group relative !mr-2 text-blue-300 hover:text-white'
|
class='group relative !mr-2 text-blue-300 hover:text-white'
|
||||||
>
|
>
|
||||||
AI Roadmaps
|
Teams
|
||||||
|
|
||||||
<span class='absolute -right-[11px] top-0'>
|
<span class='absolute -right-[11px] top-0'>
|
||||||
<span class='relative flex h-2 w-2'>
|
<span class='relative flex h-2 w-2'>
|
||||||
<span
|
<span
|
||||||
@@ -56,6 +54,8 @@ import { AccountDropdown } from './AccountDropdown';
|
|||||||
</span>
|
</span>
|
||||||
</span>
|
</span>
|
||||||
</a>
|
</a>
|
||||||
|
<a
|
||||||
|
href='/ai' class='text-gray-400 hover:text-white'> AI Roadmaps</a>
|
||||||
<button
|
<button
|
||||||
data-command-menu
|
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'
|
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'
|
||||||
|
Reference in New Issue
Block a user