Skip to content

Commit 8e19a07

Browse files
added nighthawk project and make logos responsive
Signed-off-by: Rajesh-Nagarajan-11 <rajeshnagarajan36@gmail.com>
1 parent 334b9ca commit 8e19a07

1 file changed

Lines changed: 14 additions & 1 deletion

File tree

src/sections/Solutions/minimize-complexity-section.js

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ import { ReactComponent as MeshsyncLogo } from "./images/meshsync.svg";
66
import { ReactComponent as ServiceMeshLogo } from "./images/service-mesh.svg";
77
import { ReactComponent as KanvasLogo } from "./images/kanvas-icon.svg";
88
import { ReactComponent as CNPLogo } from "./images/smp.svg";
9+
import { ReactComponent as NighthawkLogo } from "./images/nighthawk-logo.svg";
910

1011
const MinimizeComplexitySectionWrapper = styled.section`
1112
width: 100vw;
@@ -124,6 +125,16 @@ const ProductIcons = styled.div`
124125
height: 48px;
125126
transition: 0.8s cubic-bezier(0.2, 0.8, 0.2, 1);
126127
}
128+
129+
@media (max-width: 430px) {
130+
flex-wrap: wrap;
131+
gap: 0.75rem;
132+
133+
svg {
134+
width: 40px;
135+
height: 40px;
136+
}
137+
}
127138
`;
128139

129140
const RightHeading = styled.h3`
@@ -233,7 +244,9 @@ const MinimizeComplexitySection = () => {
233244
<a href="https://smp-spec.io/" target="_blank" rel="noopener noreferrer">
234245
<CNPLogo style={{ width: "65px", height: "70px" }}/>
235246
</a>
236-
247+
<a href="https://getnighthawk.dev/" target="_blank" rel="noopener noreferrer">
248+
<NighthawkLogo />
249+
</a>
237250
</ProductIcons>
238251
</LeftColumn>
239252

0 commit comments

Comments
 (0)