Spaces:
Sleeping
Sleeping
SecureFinAILab Logo
Browse files
frontend/public/securefinailab.png
ADDED
![]() |
frontend/src/components/Logo/Logo.js
CHANGED
@@ -49,6 +49,14 @@ const Logo = ({ height = "40px" }) => {
|
|
49 |
mx: 2,
|
50 |
}}
|
51 |
/>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
52 |
<Box
|
53 |
component="img"
|
54 |
src="/nactemlogo.png"
|
|
|
49 |
mx: 2,
|
50 |
}}
|
51 |
/>
|
52 |
+
<Box
|
53 |
+
component="img"
|
54 |
+
src="/securefinailab.png"
|
55 |
+
sx={{
|
56 |
+
height: 80,
|
57 |
+
mx: 2,
|
58 |
+
}}
|
59 |
+
/>
|
60 |
<Box
|
61 |
component="img"
|
62 |
src="/nactemlogo.png"
|