Skip to content

Commit a5689e3

Browse files
committed
Case Correction
1 parent 63aa24b commit a5689e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/projects/detail/components/ProjectStageTabs/ProjectStageTabs.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ const ProjectStageTabs = ({
2424

2525
tabs.push({
2626
onClick: () => onTabClick('posts'),
27-
label: 'discussions',
27+
label: 'Discussions',
2828
isActive: activeTab === 'posts',
2929
hasNotifications: hasReadPosts,
3030
})

0 commit comments

Comments
 (0)