Skip to content

Commit 1fbc0a1

Browse files
Rename "Join Team" nav label to "Be A Part Of Team"
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 426da89 commit 1fbc0a1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/layout/Navbar.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ const navLinks = [
66
{ label: 'Work', to: '/work' },
77
{ label: 'Services', to: '/services' },
88
{ label: 'About', to: '/about' },
9-
{ label: 'Join Team', to: '/join' },
9+
{ label: 'Be A Part Of Team', to: '/join' },
1010
{ label: 'Contact', to: '/contact' },
1111
]
1212

0 commit comments

Comments
 (0)