fix(ui): text capitalize
This commit is contained in:
parent
d621cd8f6d
commit
2c8477d403
1 changed files with 1 additions and 1 deletions
|
|
@ -236,7 +236,7 @@ function CreateNote({
|
|||
<div className="flex flex-col">
|
||||
<div className="flex items-center cursor-pointer" onClick={() => setSlack(!useSlack)}>
|
||||
<Checkbox checked={useSlack} />
|
||||
<span className="ml-1 mr-3"> Send to slack? </span>
|
||||
<span className="ml-1 mr-3"> Send to Slack? </span>
|
||||
</div>
|
||||
|
||||
{useSlack && (
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue