fix: Fix bugs

This commit is contained in:
2025-06-07 19:40:54 +03:00
parent 0fe4683683
commit e37f9e14bc
11 changed files with 99 additions and 61 deletions

View File

@@ -121,7 +121,10 @@ export const LeftWidgetTab = observer(
position: "relative",
}}
>
<BackButton />
<div className="flex gap-10 items-center mb-5 max-w-[80%]">
<BackButton />
<h1 className="text-3xl break-words">{sight[language].name}</h1>
</div>
<Paper
elevation={2}
@@ -223,7 +226,7 @@ export const LeftWidgetTab = observer(
<ReactMarkdownEditor
value={data?.left?.body}
onChange={(value) =>
onChange={(value: any) =>
updateSightInfo(languageStore.language, {
left: {
heading: sight[languageStore.language].left.heading,