Header update

This commit is contained in:
mukesh13
2025-08-07 10:45:36 +05:30
parent 34cb20bf10
commit 2ced46ab8f

View File

@ -80,14 +80,14 @@ const Header = () => {
</svg>
</Link>
<ul className="absolute top-0 left-full bg-white shadow-xl rounded-md py-2 w-72 opacity-0 invisible group-hover/wgs:opacity-100 group-hover/wgs:visible transition-all duration-300 z-50 border border-gray-100 ml-1">
<li>
{/* <li>
<Link
href="/dna-sequencing/whole-genome-sequencing"
className="block px-4 py-2 text-sm text-gray-700 hover:bg-gray-50 hover:text-teal-600"
>
Whole Genome Sequencing
</Link>
</li>
</li> */}
<li>
<Link
href="/dna-sequencing/whole-genome-sequencing/denovo"
@ -117,14 +117,14 @@ const Header = () => {
</svg>
</Link>
<ul className="absolute top-0 left-full bg-white shadow-xl rounded-md py-2 w-72 opacity-0 invisible group-hover/enrichment:opacity-100 group-hover/enrichment:visible transition-all duration-300 z-50 border border-gray-100 ml-1">
<li>
{/* <li>
<Link
href="/dna-sequencing/enrichment-sequencing"
className="block px-4 py-2 text-sm text-gray-700 hover:bg-gray-50 hover:text-teal-600"
>
Enrichment Sequencing
</Link>
</li>
</li> */}
<li>
<Link
href="/dna-sequencing/enrichment-sequencing/whole-exome"
@ -178,14 +178,14 @@ const Header = () => {
</svg>
</Link>
<ul className="absolute top-0 left-full bg-white shadow-xl rounded-md py-2 w-72 opacity-0 invisible group-hover/epigenomics:opacity-100 group-hover/epigenomics:visible transition-all duration-300 z-50 border border-gray-100 ml-1">
<li>
{/* <li>
<Link
href="/dna-sequencing/epigenomics-sequencing"
className="block px-4 py-2 text-sm text-gray-700 hover:bg-gray-50 hover:text-teal-600"
>
Epigenomics Sequencing
</Link>
</li>
</li> */}
<li>
<Link
href="/dna-sequencing/epigenomics-sequencing/wgbs"
@ -223,14 +223,14 @@ const Header = () => {
</svg>
</Link>
<ul className="absolute top-0 left-full bg-white shadow-xl rounded-md py-2 w-72 opacity-0 invisible group-hover/genome-mapping:opacity-100 group-hover/genome-mapping:visible transition-all duration-300 z-50 border border-gray-100 ml-1">
<li>
{/* <li>
<Link
href="/dna-sequencing/genome-mapping"
className="block px-4 py-2 text-sm text-gray-700 hover:bg-gray-50 hover:text-teal-600"
>
Genome Mapping
</Link>
</li>
</li> */}
<li>
<Link
href="/dna-sequencing/genome-mapping/hi-c-mapping"