File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -17,11 +17,16 @@ const FeatureList: FeatureItem[] = [
17
17
Svg : require ( '@site/static/img/digital-ocean-powered-by.svg' ) . default ,
18
18
link : 'https://www.digitalocean.com/?refcode=0813b3be1161&utm_campaign=Referral_Invite&utm_medium=Referral_Program&utm_source=badge' ,
19
19
} ,
20
+ {
21
+ title : 'Algolia' ,
22
+ Svg : require ( '@site/static/img/Algolia-logo.svg' ) . default ,
23
+ link : 'https://docsearch.algolia.com/' ,
24
+ } ,
20
25
]
21
26
22
27
function Feature ( { title, Svg, link } : FeatureItem ) {
23
28
return (
24
- < div className = { clsx ( 'col col--12 ' ) } >
29
+ < div className = { clsx ( 'col col--6 ' ) } >
25
30
< div className = "text--center" >
26
31
< a href = { link } title = { title } target = "_blank" rel = "noreferrer" >
27
32
< Svg className = { styles . featureSvg } role = "img" />
You can’t perform that action at this time.
0 commit comments