Skip to content

Commit b39f0ec

Browse files
Remove Get Certified (#2650)
* Update ProductNavigation.tsx remove "get certified" * Update ProductNavigation.tsx remove "get certified"
1 parent c340987 commit b39f0ec

File tree

2 files changed

+0
-8
lines changed

2 files changed

+0
-8
lines changed

src/components/Header/Nav/ProductNavigation/Desktop/ProductNavigation.tsx

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -76,11 +76,6 @@ export const ProductNavigation = ({ setNavMenuOpen, showMegaMenu, isMegamenuOpen
7676
Changelog
7777
</NavigationMenu.Link>
7878
</Item>
79-
<Item>
80-
<NavigationMenu.Link className={styles.navLink} href="https://dev.chain.link/certification">
81-
Get Certified
82-
</NavigationMenu.Link>
83-
</Item>
8479
</List>
8580
{isMegamenuOpen && <MegaMenu cancel={exitMegamenu} />}
8681
</Root>

src/components/Header/Nav/ProductNavigation/Mobile/ProductNavigation.tsx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -87,9 +87,6 @@ export function ProductNavigation() {
8787
<a href="https://dev.chain.link/chainlog" className={styles.productContentLink}>
8888
Changelog
8989
</a>
90-
<a href="https://dev.chain.link/certification" className={styles.productContentLink}>
91-
Get Certified
92-
</a>
9390
</ul>
9491
</div>
9592
<div className={clsx(styles.subProductContentPage)}>

0 commit comments

Comments
 (0)