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[] = [
1717 Svg : require ( '@site/static/img/digital-ocean-powered-by.svg' ) . default ,
1818 link : 'https://www.digitalocean.com/?refcode=0813b3be1161&utm_campaign=Referral_Invite&utm_medium=Referral_Program&utm_source=badge' ,
1919 } ,
20+ {
21+ title : 'Algolia' ,
22+ Svg : require ( '@site/static/img/Algolia-logo.svg' ) . default ,
23+ link : 'https://docsearch.algolia.com/' ,
24+ } ,
2025]
2126
2227function Feature ( { title, Svg, link } : FeatureItem ) {
2328 return (
24- < div className = { clsx ( 'col col--12 ' ) } >
29+ < div className = { clsx ( 'col col--6 ' ) } >
2530 < div className = "text--center" >
2631 < a href = { link } title = { title } target = "_blank" rel = "noreferrer" >
2732 < Svg className = { styles . featureSvg } role = "img" />
You can’t perform that action at this time.
0 commit comments