Skip to content

Commit cbd850b

Browse files
authored
change Club to Community (#55)
1 parent 9e43c78 commit cbd850b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

osdc.gif

1.41 MB
Loading

src/pages/index.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ const Subheading = styled.span`
169169
font-size: 23px;
170170
font-family: "Assistant", sans-serif;
171171
margin-top: -17px;
172-
width: 300px;
172+
width: 360px;
173173
display: flex;
174174
justify-content: center;
175175
align-items: center;
@@ -477,7 +477,7 @@ export default () => (
477477
<Gradientbox>
478478
<Logo>OSDC</Logo>
479479
</Gradientbox>
480-
<Subheading>Open Source Developers Club</Subheading>
480+
<Subheading>Open Source Developers Community</Subheading>
481481
<Arrowdown>
482482
<a href="#aboutsection" onClick={handleArrowClick}>
483483
<FontAwesomeIcon icon="angle-double-down" color="#ffca28" size="2x" />

0 commit comments

Comments
 (0)