From 251a87bd8502e38cf1a9a499cab1a4028714f778 Mon Sep 17 00:00:00 2001 From: kurpfish Date: Tue, 17 Aug 2021 13:05:13 +0300 Subject: [PATCH] copyright --- public/index.html | 1 + src/App.js | 2 +- src/components/Auth/AuthForDevelopers.js | 3 --- src/components/Auth/AuthForPartners.js | 3 --- src/components/Outstaffing/OutstaffingBlock.js | 1 - 5 files changed, 2 insertions(+), 8 deletions(-) diff --git a/public/index.html b/public/index.html index 27e50bb3..ba366d94 100644 --- a/public/index.html +++ b/public/index.html @@ -17,6 +17,7 @@
+
  2021 © Outstaffing
\ No newline at end of file diff --git a/src/App.js b/src/App.js index 6700b0c0..4c6c7d50 100644 --- a/src/App.js +++ b/src/App.js @@ -23,7 +23,7 @@ const App = () => { - + diff --git a/src/components/Auth/AuthForDevelopers.js b/src/components/Auth/AuthForDevelopers.js index 7aab3cbf..a1ee30ae 100644 --- a/src/components/Auth/AuthForDevelopers.js +++ b/src/components/Auth/AuthForDevelopers.js @@ -164,9 +164,6 @@ const AuthForDevelopers = () => { Подберем и документально оформим IT-специалистов, после чего передадим исполнителей под ваше руководство. Вы получаете полное управление над сотрудниками, имея возможность контролировать и заменять IT штат.{' '} -

-

- 2021 © Outstaffing
diff --git a/src/components/Auth/AuthForPartners.js b/src/components/Auth/AuthForPartners.js index 8aefa55d..b06a6dff 100644 --- a/src/components/Auth/AuthForPartners.js +++ b/src/components/Auth/AuthForPartners.js @@ -155,9 +155,6 @@ const AuthForPartners = () => { Подберем и документально оформим IT-специалистов, после чего передадим исполнителей под ваше руководство. Вы получаете полное управление над сотрудниками, имея возможность контролировать и заменять IT штат.{' '} -

-

- 2021 © Outstaffing
diff --git a/src/components/Outstaffing/OutstaffingBlock.js b/src/components/Outstaffing/OutstaffingBlock.js index 1c5df91d..4ba1bf61 100644 --- a/src/components/Outstaffing/OutstaffingBlock.js +++ b/src/components/Outstaffing/OutstaffingBlock.js @@ -23,7 +23,6 @@ const handlePositionClick = ({dispatch, positionId, isSelected, onSelect}) => { } ); } - }; const OutstaffingBlock = ({ dataTags = [], selected, img, header, positionId, isSelected, onSelect }) => {