Skip to content

Commit 0247cb9

Browse files
committed
security: update insecure dev packages (and fix dummy typo)
1 parent 7bf153a commit 0247cb9

2 files changed

Lines changed: 60 additions & 41 deletions

File tree

package-lock.json

Lines changed: 59 additions & 40 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/client/components/StartActivityModal.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ export const StartActivityModal: React.FC<IModalProps> = ({ dialogRef }) => {
6363
<div className="modal-box max-w-3xl">
6464
<h3 className="font-bold text-lg mb-4">Start Activity</h3>
6565
<p className="mb-4">
66-
This will allow you start an activity <b>belonging to the target app only</b>!
66+
This will allow you start an <i>Activity</i> <b>belonging to the target app only</b>!
6767
</p>
6868
<form onSubmit={handleSubmit(startActivity)} className="space-y-4">
6969
{/* Main Fields */}

0 commit comments

Comments
 (0)