Skip to content

Commit 01b729c

Browse files
committed
[ci] update the nav links order
1 parent 7cc9372 commit 01b729c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/shared/navLinks.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@ const navLinks: {
66
title: 'Profile',
77
id: 'hero',
88
},
9-
{
10-
title: 'Projects',
11-
id: 'projects',
12-
},
139
{
1410
title: 'Experience',
1511
id: 'work',
1612
},
13+
{
14+
title: 'Projects',
15+
id: 'projects',
16+
},
1717
{
1818
title: 'Connect',
1919
id: 'connect',

0 commit comments

Comments
 (0)