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 }) => {