diff --git a/src/components/NoteCard.tsx b/src/components/NoteCard.tsx index 590e8ad..1e1c82d 100644 --- a/src/components/NoteCard.tsx +++ b/src/components/NoteCard.tsx @@ -129,7 +129,7 @@ export function NoteCard({ key: itemKey, data: item }: NoteCard.NoteCardProps) {
{/* Header Bar */} diff --git a/src/components/TextItem.tsx b/src/components/TextItem.tsx index 1b198de..8a61688 100644 --- a/src/components/TextItem.tsx +++ b/src/components/TextItem.tsx @@ -94,7 +94,7 @@ export function TextItem({ key: itemKey, data: item }: TextItem.TextCardProps) { left: `${item.position.x}px`, }} > -
+
{item.contents}