Skip to content

Commit d6855a3

Browse files
committed
feat: updated the logo in navbar and home page
1 parent e87f0e0 commit d6855a3

File tree

5 files changed

+0
-4
lines changed

5 files changed

+0
-4
lines changed
-1.64 MB
Binary file not shown.
-924 KB
Binary file not shown.

public/img/test1.png

-27 KB
Binary file not shown.

src/components/HomePageComponents/Section1.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,9 +67,7 @@ const Section1: React.FC<Section1Props> = ({ scrollToNext }) => {
6767
>
6868
<Box
6969
component="img"
70-
// src={`${process.env.PUBLIC_URL}/img/neurojson_logo_color.png`}
7170
src={`${process.env.PUBLIC_URL}/img/logo_updated.png`}
72-
// src={`${process.env.PUBLIC_URL}/img/logo_yellow.png`}
7371
alt="logo"
7472
height="auto"
7573
sx={{

src/components/NavBar/NavItems.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,6 @@ const NavItems: React.FC = () => {
2626
>
2727
<Box
2828
component="img"
29-
// src={`${process.env.PUBLIC_URL}/img/logo_yellow.png`}
30-
// src={`${process.env.PUBLIC_URL}/img/neurojson_logo_color.png`}
3129
src={`${process.env.PUBLIC_URL}/img/logo_updated.png`}
3230
alt="logo"
3331
onClick={() => navigate("/")}

0 commit comments

Comments
 (0)