Skip to content

Commit 01c8eee

Browse files
Add get certified page (#151)
* add certified base * Update certification.astro * Update certification.astro * Update certification.astro * Update certification.astro * update colour token * Update ProductNavigation.tsx
1 parent 817bcc1 commit 01c8eee

File tree

11 files changed

+1248
-2
lines changed

11 files changed

+1248
-2
lines changed
79.7 KB
Loading
78.1 KB
Loading
Lines changed: 3 additions & 0 deletions
Loading
29.6 KB
Loading
203 KB
Loading
71.4 KB
Loading

public/images/certification/image-certificate.svg

Lines changed: 248 additions & 0 deletions
Loading
Lines changed: 62 additions & 0 deletions
Loading

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ export const ProductNavigation = ({ setNavMenuOpen, showMegaMenu, isMegamenuOpen
7373
</NavigationMenu.Link>
7474
</Item>
7575
<Item>
76-
<NavigationMenu.Link className={styles.navLink} href="https://dev.chain.link/certification">
76+
<NavigationMenu.Link className={styles.navLink} href="/certification">
7777
Get Certified
7878
</NavigationMenu.Link>
7979
</Item>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ export function ProductNavigation() {
8686
<a href="https://dev.chain.link/changelog" className={styles.productContentLink}>
8787
Changelog
8888
</a>
89-
<a href="https://dev.chain.link/certification" className={styles.productContentLink}>
89+
<a href="/certification" className={styles.productContentLink}>
9090
Get Certified
9191
</a>
9292
</ul>

0 commit comments

Comments
 (0)