File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -163,12 +163,12 @@ const config: Config = {
163
163
appId : "4MKM4DJT5D" ,
164
164
165
165
// Public API key: it is safe to commit it
166
- apiKey : "5573f324708f03a3bed6c15115e87941 " ,
166
+ apiKey : "b1d63b99cbda8ec3668777e644ecefa2 " ,
167
167
168
168
indexName : "coderabbit" ,
169
169
170
170
// Optional: see doc section below
171
- contextualSearch : true ,
171
+ contextualSearch : false ,
172
172
173
173
// Optional: Algolia search parameters
174
174
searchParameters : { } ,
Original file line number Diff line number Diff line change @@ -83,7 +83,7 @@ function CustomFooter(props) {
83
83
< div className = "bg-neutral-700 shrink-0 h-px mt-6 max-md:max-w-full" />
84
84
< div className = "justify-between flex w-full gap-5 mt-7 items-start max-md:max-w-full max-md:flex-wrap" >
85
85
< div className = "text-sm font-medium font-satoshi text-customWhite" >
86
- CodeRabbit © $ { new Date ( ) . getFullYear ( ) }
86
+ CodeRabbit © { new Date ( ) . getFullYear ( ) }
87
87
</ div >
88
88
< div className = "justify-end items-stretch self-stretch flex gap-4 pl-20 max-md:max-w-full max-md:flex-wrap max-md:pl-5" >
89
89
< a
You can’t perform that action at this time.
0 commit comments