Skip to content

Commit 0deb2cb

Browse files
fix: update navigation label from 'All Videos' to 'Videos'
1 parent f965aab commit 0deb2cb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

‎src/config.ts‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ export const NAV: { label: string; href: string }[] = [
1919
{ label: 'New to Mule', href: '/mulesoft-from-start' },
2020
{ label: 'Learn ACB', href: '/learn-acb' },
2121
{ label: 'MuleSoft + AI', href: '/mulesoft-ai' },
22-
{ label: 'All Videos', href: '/videos' },
22+
{ label: 'Videos', href: '/videos' },
2323
];
2424

2525
export const SOCIAL = {

0 commit comments

Comments
 (0)