mirror of
https://github.com/Radiquum/AniX.git
synced 2025-04-06 00:04:39 +00:00
update edit modal text
This commit is contained in:
parent
2d200b84f2
commit
96ebe07fab
1 changed files with 4 additions and 7 deletions
|
@ -256,17 +256,17 @@ export const ProfileEditModal = (props: {
|
||||||
<div>
|
<div>
|
||||||
<div className="flex flex-col">
|
<div className="flex flex-col">
|
||||||
<div className="flex items-center gap-2">
|
<div className="flex items-center gap-2">
|
||||||
<span className="w-8 h-8 iconify mdi--shield"></span>
|
<span className="w-8 h-8 iconify mdi--link"></span>
|
||||||
<p className="text-xl font-bold">
|
<p className="text-xl font-bold">
|
||||||
Безопасность и привязка к сервисам
|
Привязка к сервисам
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
<p className="mx-1 text-base text-gray-500">
|
<p className="mx-1 text-base text-gray-500">
|
||||||
Не доступно для изменения в данном клиенте
|
Недоступно для изменения в данном клиенте
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
<div className="p-2 mt-2 cursor-not-allowed">
|
<div className="p-2 mt-2 cursor-not-allowed">
|
||||||
<p className="text-lg">Привязка к сервисам</p>
|
<p className="text-lg">Связанные аккаунты</p>
|
||||||
<p className="text-base text-gray-500">
|
<p className="text-base text-gray-500">
|
||||||
{socialBounds.vk || socialBounds.google
|
{socialBounds.vk || socialBounds.google
|
||||||
? "Аккаунт привязан к:"
|
? "Аккаунт привязан к:"
|
||||||
|
@ -276,9 +276,6 @@ export const ProfileEditModal = (props: {
|
||||||
{socialBounds.google && "Google"}
|
{socialBounds.google && "Google"}
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
<div className="p-2 cursor-not-allowed">
|
|
||||||
<p className="text-lg">Смена Эл. Почты или Пароля</p>
|
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
)}
|
)}
|
||||||
|
|
Loading…
Add table
Reference in a new issue