diff --git a/FrontEnd/src/components/ProfileDetail/MainInfo/ProfileDetailNavBar.jsx b/FrontEnd/src/components/ProfileDetail/MainInfo/ProfileDetailNavBar.jsx
index 82952fc2c..808eca9b8 100644
--- a/FrontEnd/src/components/ProfileDetail/MainInfo/ProfileDetailNavBar.jsx
+++ b/FrontEnd/src/components/ProfileDetail/MainInfo/ProfileDetailNavBar.jsx
@@ -58,7 +58,7 @@ function ProfileDetailNavBar({ data }) {
}, [navigate, hash.pathname]);
return (
-
+
{Object.entries(companyType()).map(
([link, label]) =>
diff --git a/FrontEnd/src/components/ProfileDetail/MainInfo/TitleInfo.jsx b/FrontEnd/src/components/ProfileDetail/MainInfo/TitleInfo.jsx
index 52248acfc..b555f2d40 100644
--- a/FrontEnd/src/components/ProfileDetail/MainInfo/TitleInfo.jsx
+++ b/FrontEnd/src/components/ProfileDetail/MainInfo/TitleInfo.jsx
@@ -60,27 +60,28 @@ function TitleInfo({ isAuthorized, data }) {
) : (
)}
{isAuthorized ? (
<>
diff --git a/FrontEnd/src/components/ProfileDetail/MainInfo/TitleInfo.module.css b/FrontEnd/src/components/ProfileDetail/MainInfo/TitleInfo.module.css
index 3858cf2f0..6ace21f93 100644
--- a/FrontEnd/src/components/ProfileDetail/MainInfo/TitleInfo.module.css
+++ b/FrontEnd/src/components/ProfileDetail/MainInfo/TitleInfo.module.css
@@ -17,7 +17,7 @@
box-shadow: 0px 0px 2px 0px rgba(65, 64, 69, 0.2);
}
-.logo {
+.title-block__logo {
width: 40px;
height: 40px;
flex-shrink: 0;
diff --git a/FrontEnd/src/components/ProfilePage/FormComponents/FormFields/ImageField.jsx b/FrontEnd/src/components/ProfilePage/FormComponents/FormFields/ImageField.jsx
index 11981835f..ed2fcbf86 100644
--- a/FrontEnd/src/components/ProfilePage/FormComponents/FormFields/ImageField.jsx
+++ b/FrontEnd/src/components/ProfilePage/FormComponents/FormFields/ImageField.jsx
@@ -71,7 +71,7 @@ const ImageField = ({
>
)}
-
+
{renderInput()}
{!value && (
);
diff --git a/FrontEnd/src/components/HeaderFooter/footer/top/FooterPolicy.jsx b/FrontEnd/src/components/HeaderFooter/footer/top/FooterPolicy.jsx
index 22a2cf9ff..646fb1698 100644
--- a/FrontEnd/src/components/HeaderFooter/footer/top/FooterPolicy.jsx
+++ b/FrontEnd/src/components/HeaderFooter/footer/top/FooterPolicy.jsx
@@ -25,7 +25,7 @@ function FooterPolicy() {
diff --git a/FrontEnd/src/components/HeaderFooter/header/navbar/Navbar.jsx b/FrontEnd/src/components/HeaderFooter/header/navbar/Navbar.jsx
index 27e3c9a8f..dcac62561 100644
--- a/FrontEnd/src/components/HeaderFooter/header/navbar/Navbar.jsx
+++ b/FrontEnd/src/components/HeaderFooter/header/navbar/Navbar.jsx
@@ -13,7 +13,7 @@ function Navbar(props) {
diff --git a/FrontEnd/src/components/landing-page/about-section/About.jsx b/FrontEnd/src/components/landing-page/about-section/About.jsx
index ca227a3fa..0e10ff044 100644
--- a/FrontEnd/src/components/landing-page/about-section/About.jsx
+++ b/FrontEnd/src/components/landing-page/about-section/About.jsx
@@ -30,9 +30,9 @@ const MainAboutSection = () => {
diff --git a/FrontEnd/src/components/landing-page/banner/Banner.jsx b/FrontEnd/src/components/landing-page/banner/Banner.jsx
index e45ade12d..62a8402f9 100644
--- a/FrontEnd/src/components/landing-page/banner/Banner.jsx
+++ b/FrontEnd/src/components/landing-page/banner/Banner.jsx
@@ -49,17 +49,17 @@ const MainBanner = (props) => {
From 69d684c3c976db4d5b517b01f36b3861371247c1 Mon Sep 17 00:00:00 2001
From: romanmyko
Date: Fri, 30 Aug 2024 15:07:03 +0300
Subject: [PATCH 5/6] New line at the end of the file.
---
.../HeaderFooter/footer/bottom/FooterBottom.module.css | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/FrontEnd/src/components/HeaderFooter/footer/bottom/FooterBottom.module.css b/FrontEnd/src/components/HeaderFooter/footer/bottom/FooterBottom.module.css
index 358cadde2..ecaeae941 100644
--- a/FrontEnd/src/components/HeaderFooter/footer/bottom/FooterBottom.module.css
+++ b/FrontEnd/src/components/HeaderFooter/footer/bottom/FooterBottom.module.css
@@ -22,4 +22,4 @@
width: 165px;
height: 20px;
padding-left: 55%;
-}
\ No newline at end of file
+}
From bbc83a19ecf7b6399a036e76d693d60e997a495c Mon Sep 17 00:00:00 2001
From: romanmyko
Date: Fri, 30 Aug 2024 15:14:24 +0300
Subject: [PATCH 6/6] New line at the end of the file.
---
FrontEnd/src/components/HeaderFooter/footer/Footer.module.css | 2 +-
.../components/HeaderFooter/footer/short/ShortFooter.module.css | 2 +-
.../components/HeaderFooter/footer/top/FooterPolicy.module.css | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/FrontEnd/src/components/HeaderFooter/footer/Footer.module.css b/FrontEnd/src/components/HeaderFooter/footer/Footer.module.css
index b5c2da720..c50bc6bd4 100644
--- a/FrontEnd/src/components/HeaderFooter/footer/Footer.module.css
+++ b/FrontEnd/src/components/HeaderFooter/footer/Footer.module.css
@@ -1,4 +1,4 @@
.footer-content {
margin-top: auto;
width: var(--main-block-size);
-}
\ No newline at end of file
+}
diff --git a/FrontEnd/src/components/HeaderFooter/footer/short/ShortFooter.module.css b/FrontEnd/src/components/HeaderFooter/footer/short/ShortFooter.module.css
index 57b6d4de7..b889c946b 100644
--- a/FrontEnd/src/components/HeaderFooter/footer/short/ShortFooter.module.css
+++ b/FrontEnd/src/components/HeaderFooter/footer/short/ShortFooter.module.css
@@ -70,4 +70,4 @@
font-weight: 400;
line-height: 150%;
letter-spacing: -0.14px;
-}
\ No newline at end of file
+}
diff --git a/FrontEnd/src/components/HeaderFooter/footer/top/FooterPolicy.module.css b/FrontEnd/src/components/HeaderFooter/footer/top/FooterPolicy.module.css
index e4d35fbc4..e619adb06 100644
--- a/FrontEnd/src/components/HeaderFooter/footer/top/FooterPolicy.module.css
+++ b/FrontEnd/src/components/HeaderFooter/footer/top/FooterPolicy.module.css
@@ -28,4 +28,4 @@
.policy-content__main_logo {
width: 199px;
height: 24px;
-}
\ No newline at end of file
+}