release: v4.1.0

This commit is contained in:
Amruth Pillai
2024-05-05 14:55:06 +02:00
parent 68252c35fc
commit e87b05a93a
282 changed files with 11461 additions and 10713 deletions

View File

@ -24,7 +24,12 @@ export const NotesSection = () => {
</p>
<div className="space-y-1.5">
<RichInput content={notes} onChange={(content) => setValue("metadata.notes", content)} />
<RichInput
content={notes}
onChange={(content) => {
setValue("metadata.notes", content);
}}
/>
<p className="text-xs leading-relaxed opacity-75">
{t`For example, information regarding which companies you sent this resume to or the links to the job descriptions can be noted down here.`}