From 490cabde2d63e3ff1aca99e120cf55209154c965 Mon Sep 17 00:00:00 2001 From: alma Date: Sun, 20 Apr 2025 11:40:48 +0200 Subject: [PATCH] carnet --- components/carnet/editor.tsx | 4 ++-- components/carnet/navigation.tsx | 16 ++++++++-------- types/carnet.d.ts | 4 ---- 3 files changed, 10 insertions(+), 14 deletions(-) diff --git a/components/carnet/editor.tsx b/components/carnet/editor.tsx index 41e9f0f9..5406d7bc 100644 --- a/components/carnet/editor.tsx +++ b/components/carnet/editor.tsx @@ -49,7 +49,7 @@ export const Editor: React.FC = ({ note, onSave }) => { type="text" value={title} onChange={handleTitleChange} - placeholder="Note title" + placeholder="Titre" className="w-full text-xl font-semibold text-carnet-text-primary placeholder-carnet-text-muted focus:outline-none bg-transparent" /> @@ -80,7 +80,7 @@ export const Editor: React.FC = ({ note, onSave }) => {