Jimin Huang commited on
Commit
5ce0932
·
1 Parent(s): f9485a0

feature: change to TheFinAI

Browse files
frontend/public/airclogo.png ADDED
frontend/src/components/Logo/Logo.js CHANGED
@@ -65,6 +65,14 @@ const Logo = ({ height = "40px" }) => {
65
  mx: 2,
66
  }}
67
  />
 
 
 
 
 
 
 
 
68
  </Box>
69
  );
70
  };
 
65
  mx: 2,
66
  }}
67
  />
68
+ <Box
69
+ component="img"
70
+ src="/airclogo.png"
71
+ sx={{
72
+ height: 80,
73
+ mx: 2,
74
+ }}
75
+ />
76
  </Box>
77
  );
78
  };