Highlight Teams Navigation item over AI item (#5720)

pull/5722/head
dsh 8 months ago committed by GitHub
parent 8c9259fa1d
commit ba2f989fa8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 8
      src/components/Navigation/Navigation.astro

@ -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'
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'

Loading…
Cancel
Save