We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 12ba0fe + 62860e2 commit 4a77eceCopy full SHA for 4a77ece
README.md
@@ -183,7 +183,7 @@ const CustomCard = props => {
183
justifyContent: 'space-between',
184
color: props.cardColor
185
}}>
186
- <div style={{fontSize: 14, fontWeight: 'bold'}}>{props.name}</div>
+ <div style={{fontSize: 14, fontWeight: 'bold'}}>{props.title}</div>
187
<div style={{fontSize: 11}}>{props.dueOn}</div>
188
</header>
189
<div style={{fontSize: 12, color: '#BD3B36'}}>
0 commit comments