@@ -14,14 +14,14 @@ function CustomFooter(props) {
1414< div className = "flex gap-1 pr-2 py-px items-start" >
1515< img
1616loading = "lazy"
17- src = "https://cdn.builder.io/api/v1/image/assets/TEMP/c2b003ad3b20290b59f3b08f614c5151ce5af2538be8ff145c1aae4ecfa170f8?"
18- className = "aspect-[1.17] object-contain object-center w-7 fill-white overflow-hidden shrink-0 max-w-full"
17+ src = "img/logo/white_coderabbit.svg"
18+ style = { {
19+ maxWidth :"200px" ,
20+ height :"auto" ,
21+ } }
1922/>
20- < div className = "text-center text-xl font-extrabold leading-7 tracking-tighter self-stretch grow whitespace-nowrap text-customWhite" >
21- CodeRabbit
22- </ div >
2323</ div >
24- < div className = "flex items-stretch max-w-md text-xs font-medium mt-10 max-md:mt-10font-satoshi leading-5 text-customGray" >
24+ < div className = "flex items-stretch max-w-md text-xs font-medium mt-10 max-md:mt-10 leading-5 text-customGray" >
2525CodeRabbit is an innovative, AI-driven platform that transforms
2626the way code reviews are done. Its automated reviews elevate the
2727code quality while significantly reducing the time and effort tied
@@ -90,7 +90,7 @@ function CustomFooter(props) {
9090</ div >
9191< div className = "bg-neutral-700 shrink-0 h-px mt-6 max-md:max-w-full" />
9292< div className = "justify-between flex w-full gap-5 mt-7 items-start max-md:max-w-full max-md:flex-wrap" >
93- < div className = "text-sm font-mediumfont-satoshi text-customWhite" >
93+ < div className = "text-sm font-medium text-customWhite" >
9494CodeRabbit ©{ new Date ( ) . getFullYear ( ) }
9595</ div >
9696< 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" >