Skip to content

Commit b8274e4

Browse files
Merge pull request #5059 from OneCommunityGlobal/Diya_Fix_WBSPage
Diya 🔥 fix: Fixed WBS Page
2 parents 98c9afd + 6e58245 commit b8274e4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/Projects/WBS/wbs.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ const WBS = props => {
5656
</NavItem>
5757
</nav>
5858
<div className="w-100 text-center font-weight-bold my-3" style={{fontSize: "1.5rem"}}>
59-
Proj Name: {projectName}
59+
Project Name: {projectName}
6060
</div>
6161

6262
<AddWBS

0 commit comments

Comments
 (0)