From 50cbca3c307894c9fd55baec522b7b794d9ab805 Mon Sep 17 00:00:00 2001 From: l3wdfut4pwr Date: Mon, 27 Apr 2026 14:18:18 +0300 Subject: add description change --- src/components/settings/ProfilePage.tsx | 33 +++++---------------------------- 1 file changed, 5 insertions(+), 28 deletions(-) (limited to 'src/components/settings/ProfilePage.tsx') diff --git a/src/components/settings/ProfilePage.tsx b/src/components/settings/ProfilePage.tsx index 75370d2..1bb2f8d 100644 --- a/src/components/settings/ProfilePage.tsx +++ b/src/components/settings/ProfilePage.tsx @@ -3,6 +3,7 @@ import { Button } from '@/components/ui'; import { Separator } from '@/components/ui'; import { changeUsername } from './changeusername'; import { useState } from 'react'; +import AboutMe from './AboutMe'; export default function ProfilePage() { const maxLength = 250; const [about, setAbout] = useState(''); @@ -11,7 +12,9 @@ export default function ProfilePage() { return (
-

НИКНЕЙМ

+

+ НИКНЕЙМ +

-
-

- ОБО МНЕ -

- -
-