From 421184157d0d1fc214bdc153e784316ab8102820 Mon Sep 17 00:00:00 2001 From: Fedor Katurov Date: Thu, 28 Jul 2022 16:08:10 +0700 Subject: [PATCH] added superpower placeholder to user profile --- .../profile/ProfileSettings/index.tsx | 73 ++++++++++++++----- .../ProfileSettings/styles.module.scss | 8 ++ 2 files changed, 62 insertions(+), 19 deletions(-) diff --git a/src/components/profile/ProfileSettings/index.tsx b/src/components/profile/ProfileSettings/index.tsx index 0bd0bbe9..bc77b17e 100644 --- a/src/components/profile/ProfileSettings/index.tsx +++ b/src/components/profile/ProfileSettings/index.tsx @@ -2,6 +2,7 @@ import React, { FC } from 'react'; import classNames from 'classnames'; +import { Superpower } from '~/components/boris/Superpower'; import { Filler } from '~/components/containers/Filler'; import { Group } from '~/components/containers/Group'; import { Button } from '~/components/input/Button'; @@ -30,30 +31,54 @@ const ProfileSettings: FC = () => { return (
- -
- О себе -
+ + +
+
+ Фото + Будет здесь. Кстати, ты видишь это, потому что включил суперсилы в Борисе. +
+
+
- + +
+ О себе +
-