Skip to content

Commit

Permalink
Update navigation.ts
Browse files Browse the repository at this point in the history
Fixed link to Time Variables
  • Loading branch information
brumoen authored Jan 4, 2025
1 parent 1c3da18 commit 6ae0da9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/navigation.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ export const nav: Array<NavGroup> = [
links: [
{ title: 'Alert Queues', href: '/guides/alert-queues' },
{ title: 'Conditional Effects', href: '/v5/guides/conditional-effects' },
{ title: 'Time Variables', href: '/v5/guides/time-variables' },
{ title: 'Time Variables', href: '/v5/guides/time-variable' },
{ title: 'Custom Variables', href: '/v5/guides/custom-variables' },
],
},
Expand Down

0 comments on commit 6ae0da9

Please sign in to comment.