Skip to content

Commit fd9fecd

Browse files
Certification (#2730)
* add get certified nav item back * add get certified back to mobile * fix typos
1 parent 22310b9 commit fd9fecd

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

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

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,10 +72,15 @@ export const ProductNavigation = ({ setNavMenuOpen, showMegaMenu, isMegamenuOpen
7272
</NavigationMenu.Link>
7373
</Item>
7474
<Item>
75-
<NavigationMenu.Link className={styles.navLink} href="https://dev.chain.link/chainlog">
75+
<NavigationMenu.Link className={styles.navLink} href="https://dev.chain.link/changelog">
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>
7984
</List>
8085
{isMegamenuOpen && <MegaMenu cancel={exitMegamenu} />}
8186
</Root>

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,9 +84,12 @@ export function ProductNavigation() {
8484
<a href="https://dev.chain.link/tools" className={styles.productContentLink}>
8585
Tools
8686
</a>
87-
<a href="https://dev.chain.link/chainlog" className={styles.productContentLink}>
87+
<a href="https://dev.chain.link/changelog" className={styles.productContentLink}>
8888
Changelog
8989
</a>
90+
<a href="https://dev.chain.link/certification" className={styles.productContentLink}>
91+
Get Certified
92+
</a>
9093
</ul>
9194
</div>
9295
<div className={clsx(styles.subProductContentPage)}>

0 commit comments

Comments
 (0)