8000 title change · csit-github/docs.hackerone.com@19f37e1 · GitHub
[go: up one dir, main page]

Skip to content

Commit 19f37e1

Browse files
committed
title change
1 parent bbd4b68 commit 19f37e1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/components/navigation/mobile_navigation.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ const MobileNavigationMenu = handleClick => {
2222
/>
2323
<NavItem
2424
linkTo="/organizations.html"
25-
title="Programs"
25+
title="Organizations"
2626
handleClick={handleClick}
2727
/>
2828
<NavItem

src/pages/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ const IndexPage = () => {
5656
src={programs}
5757
width="44"
5858
height="44"
59-
alt="Programs"
59+
alt="Organizations"
6060
className="topic__image"
6161
/>
6262
<div>

0 commit comments

Comments
 (0)
0