Skip to content

Commit 8fc93b4

Browse files
committed
Rename Learn nav item to Blog
1 parent 89989aa commit 8fc93b4

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/components/Navbar.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,8 @@ const NAV_GROUPS = [
166166
},
167167
{
168168
key: 'learn',
169-
label: 'Learn',
169+
label: 'Blog',
170+
to: '/blog',
170171
sections: [
171172
{
172173
label: 'Resources',

0 commit comments

Comments
 (0)