diff --git a/reader/src/ResourcePage.jsx b/reader/src/ResourcePage.jsx
index 96aeffd..dc6acc0 100644
--- a/reader/src/ResourcePage.jsx
+++ b/reader/src/ResourcePage.jsx
@@ -299,7 +299,7 @@ const Content = () => {
{selected && !isLoading && (
<>
{/* Header */}
-
+
{selected.subjectName}
Тема: {selected.topic.sequence}. {selected.topic.title}
@@ -315,31 +315,6 @@ const Content = () => {
- {/* Quick Actions */}
-
-
-
-
-
-
-
-
-
{/* Content Editor */}
{/* Bottom Actions */}
-
+
+
+
+
+
+
+
+
{isSavingLoading &&
Saving...}