diff --git a/src/pages/create.jsx b/src/pages/create.jsx
index 28db187..4d366a0 100644
--- a/src/pages/create.jsx
+++ b/src/pages/create.jsx
@@ -53,7 +53,7 @@ function CreateNote() {
>
{preview && (
-
+
{text}
)}
diff --git a/src/pages/note.jsx b/src/pages/note.jsx
index 98441ed..a8f1660 100644
--- a/src/pages/note.jsx
+++ b/src/pages/note.jsx
@@ -30,7 +30,7 @@ function Note() {
{printDate(note.time)}
-
diff --git a/src/pages/pubNote.jsx b/src/pages/pubNote.jsx
index d9b64e1..5ed67ca 100644
--- a/src/pages/pubNote.jsx
+++ b/src/pages/pubNote.jsx
@@ -54,7 +54,7 @@ function PubNote() {
{printDate(note?.time || Date.now())}
-
+
{note?.text || "Загрузка..."}