Update navigation

pull/8258/merge
Kamran Ahmed 2 days ago
parent 28e874bdcd
commit ea040b7912
  1. 28
      src/components/Navigation/Navigation.astro

@ -21,20 +21,10 @@ import { CourseAnnouncement } from '../SQLCourse/CourseAnnouncement';
</a> </a>
<a <a
href='/teams' href='/roadmaps'
class='group relative inline text-blue-300 hover:text-white sm:hidden' class='group relative inline text-gray-400 hover:text-white sm:hidden'
> >
Teams Roadmaps
<span class='absolute -right-[11px] top-0'>
<span class='relative flex h-2 w-2'>
<span
class='absolute inline-flex h-full w-full animate-ping rounded-full bg-sky-400 opacity-75'
></span>
<span class='relative inline-flex h-2 w-2 rounded-full bg-sky-500'
></span>
</span>
</span>
</a> </a>
<!-- Desktop navigation items --> <!-- Desktop navigation items -->
@ -49,19 +39,9 @@ import { CourseAnnouncement } from '../SQLCourse/CourseAnnouncement';
</a> </a>
<a <a
href='/changelog' href='/changelog'
class='group relative ml-0.5 hidden text-blue-300 hover:text-white md:block' class='group relative ml-0.5 hidden text-gray-400 hover:text-white md:block'
> >
Changelog Changelog
<span class='absolute -right-[11px] top-0'>
<span class='relative flex h-2 w-2'>
<span
class='absolute inline-flex h-full w-full animate-ping rounded-full bg-sky-400 opacity-75'
></span>
<span class='relative inline-flex h-2 w-2 rounded-full bg-sky-500'
></span>
</span>
</span>
</a> </a>
</div> </div>
</div> </div>

Loading…
Cancel
Save