Skip to content

Commit

Permalink
fixing typo
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuavial committed Dec 12, 2020
1 parent dddd850 commit a50ac17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ProfilesGrid.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ function ProfilesGrid(props) {
return (
<div className='typography'>
<link href="https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,300;0,400;0,500;0,700;1,100;1,300;1,400;1,700&display=swap" rel="stylesheet"></link>
<h1 className='community-titles'><span style={{color:"#03A095"}}>Contributors</span> and <span style={{color:"#805298"}}>Membors</span></h1>
<h1 className='community-titles'><span style={{color:"#03A095"}}>Contributors</span> and <span style={{color:"#805298"}}>Members</span></h1>
<Masonry
className={'cards'}
style={style}
Expand Down

0 comments on commit a50ac17

Please sign in to comment.