securefinailab logo
Browse files
frontend/public/securefinailab.png
ADDED
![]() |
frontend/src/components/Logo/Logo.js
CHANGED
@@ -51,6 +51,16 @@ const Logo = ({ height = "40px" }) => {
|
|
51 |
maxHeight: 80,
|
52 |
}}
|
53 |
/>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
54 |
<Box
|
55 |
component="img"
|
56 |
src="/nactemlogo.png"
|
|
|
51 |
maxHeight: 80,
|
52 |
}}
|
53 |
/>
|
54 |
+
<Box
|
55 |
+
component="img"
|
56 |
+
src="/securefinailab.png"
|
57 |
+
alt="SecureFinAI Logo"
|
58 |
+
sx={{
|
59 |
+
height: "80%",
|
60 |
+
mx: 2,
|
61 |
+
maxHeight: 80,
|
62 |
+
}}
|
63 |
+
/>
|
64 |
<Box
|
65 |
component="img"
|
66 |
src="/nactemlogo.png"
|