feat: update right widget and add new 3d widget
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user