Skip to content

Commit 1e6ef77

Browse files
committed
refactor(web): Reorder navbar links
1 parent 38a4cda commit 1e6ef77

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

web/src/components/navbar/navbar.tsx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,14 @@ const navbar = [
1111
url: '/bug-fix',
1212
title: 'Bug Fix',
1313
},
14-
{
15-
url: '/terraform-template',
16-
title: 'Terraform Template',
17-
},
1814
{
1915
url: '/installation',
2016
title: 'Installation',
2117
},
18+
{
19+
url: '/terraform-template',
20+
title: 'Terraform Template',
21+
},
2222
{
2323
url: '/helm-template',
2424
title: 'Helm Template',

0 commit comments

Comments
 (0)