feat: Add carriers
translation on 3 languages
This commit is contained in:
@ -48,8 +48,8 @@ export const StationCreatePage = observer(() => {
|
||||
</button>
|
||||
</div>
|
||||
<div className="flex flex-col gap-10 w-full items-end">
|
||||
<div className="flex gap-10 items-center mb-5 max-w-[80%]">
|
||||
<h1 className="text-3xl break-words">Создание станции</h1>
|
||||
<div className="flex gap-10 items-center mb-5 max-w-[80%] self-start">
|
||||
<h1 className="text-3xl break-words">{name}</h1>
|
||||
</div>
|
||||
<TextField
|
||||
className="w-full"
|
||||
|
Reference in New Issue
Block a user