feat: update right widget and add new 3d widget

This commit is contained in:
2026-04-30 22:57:14 +03:00
parent 53b8ce7095
commit 7f8a327329
18 changed files with 217 additions and 80 deletions

View File

@@ -112,7 +112,7 @@ export const LeftWidgetTab = observer(
>
<div className="flex gap-10 items-center mb-5 max-w-[80%]">
<BackButton />
<h1 className="text-3xl break-words">{sight[language].name}</h1>
<h1 className="text-3xl break-words">{sight[language].name.replace(/\n/g, " ")}</h1>
</div>
<Paper