diff --git a/src/components/lab/LabHead/index.tsx b/src/components/lab/LabHead/index.tsx new file mode 100644 index 00000000..25fb6cfd --- /dev/null +++ b/src/components/lab/LabHead/index.tsx @@ -0,0 +1,32 @@ +import React, { FC } from 'react'; +import { Group } from '~/components/containers/Group'; +import { Card } from '~/components/containers/Card'; +import { Placeholder } from '~/components/placeholders/Placeholder'; +import { Filler } from '~/components/containers/Filler'; + +interface IProps {} + +const LabHead: FC = () => ( + + + + + + + + + + + + + + + + + + + + +); + +export { LabHead }; diff --git a/src/components/main/Header/index.tsx b/src/components/main/Header/index.tsx index 69d0dee4..8f1db775 100644 --- a/src/components/main/Header/index.tsx +++ b/src/components/main/Header/index.tsx @@ -82,6 +82,13 @@ const HeaderUnconnected: FC = memo(
+ + ФЛОУ + + {is_user && ( = memo( )} - - ФЛОУ - - = () => {
-
+ + -
+ +
@@ -35,8 +39,13 @@ const LabLayout: FC = () => { - + + + + + +
@@ -52,6 +61,7 @@ const LabLayout: FC = () => {
+
@@ -75,6 +85,19 @@ const LabLayout: FC = () => {
+
+ + + + + + +
+ + + + +