@@ -6,53 +6,46 @@ import adoptersLogo3 from "../../../static/img/adopters/adopter-intel-smart-edge
6
6
import Link from "@docusaurus/Link" ;
7
7
import { FaAngleRight } from "react-icons/fa6" ;
8
8
9
- export default function HomepageAdopters ( ) {
10
- return (
11
- < section className = { `adopters ${ styles . adopters } ` } >
12
- < div className = { styles . adoptersLogos } >
13
- < h4 className = { styles . adoptersTitle } > Adopted By</ h4 >
14
- < div className = { styles . logos } >
15
- < AdoptersLogo1
16
- className = { styles . logo }
17
- onClick = { ( e ) => {
18
- window . location . href = "https://www.accuknox.com/" ;
19
- } }
20
- alt = "adopter logo"
21
- />
9
+ export default function HomepageAdopters ( ) {
10
+ return (
11
+ < section className = { `adopters ${ styles . adopters } ` } >
12
+ < div className = { styles . adoptersLogos } >
13
+ < h4 className = { styles . adoptersTitle } > Adopted By</ h4 >
14
+ < div className = { styles . logos } >
15
+ < Link to = "https://open-horizon.github.io/" >
22
16
< img
23
17
className = { styles . logo }
24
- onClick = { ( e ) => {
25
- window . location . href = "https://open-horizon.github.io/" ;
26
- } }
27
18
src = { adoptersLogo2 }
28
19
alt = "adopter logo"
29
20
/>
21
+ </ Link >
22
+ < Link to = "https://www.accuknox.com/" >
23
+ < AdoptersLogo1 className = { `${ styles . logo } ${ styles . accuknox } ` } alt = "adopter logo" />
24
+ </ Link >
25
+ < Link to = "https://www.intel.com/content/www/us/en/edge-computing/smart-edge.html" >
30
26
< img
31
27
className = { styles . logo }
32
- onClick = { ( e ) => {
33
- window . location . href =
34
- "https://www.intel.com/content/www/us/en/edge-computing/smart-edge.html" ;
35
- } }
36
28
src = { adoptersLogo3 }
37
29
alt = "adopter logo"
38
30
/>
39
- </ div >
40
- </ div >
41
- < div className = { styles . container } >
42
- < div className = { styles . containerContent } >
43
- < h3 className = { styles . containerTitle } > Want to Add Your Logo ?</ h3 >
44
- < p className = { styles . containerDescription } >
45
- Be one of the adopters for our organization
46
- </ p >
47
- </ div >
48
- < Link
49
- to = "https://github.com/kubearmor/KubeArmor/blob/main/ADOPTERS.md"
50
- className = { styles . containerButton }
51
- >
52
- Apply
53
- < FaAngleRight color = "var(--color-primary)" />
54
31
</ Link >
55
32
</ div >
56
- </ section >
57
- ) ;
58
- }
33
+ </ div >
34
+ < div className = { styles . container } >
35
+ < div className = { styles . containerContent } >
36
+ < h3 className = { styles . containerTitle } > Want to Add Your Logo ?</ h3 >
37
+ < p className = { styles . containerDescription } >
38
+ Be one of the adopters for our organization
39
+ </ p >
40
+ </ div >
41
+ < Link
42
+ to = "https://github.com/kubearmor/KubeArmor/blob/main/ADOPTERS.md"
43
+ className = { styles . containerButton }
44
+ >
45
+ Apply
46
+ < FaAngleRight color = "var(--color-primary)" />
47
+ </ Link >
48
+ </ div >
49
+ </ section >
50
+ ) ;
51
+ }
0 commit comments