We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 07c19c2 commit 17baa9aCopy full SHA for 17baa9a
src/theme/Footer/cr-logo.js
src/theme/Footer/index.js
@@ -1,5 +1,6 @@
1
import OriginalFooter from "@theme-original/Footer"
2
import React from "react"
3
+import { CRLogoBase64 } from "./cr-logo"
4
5
// Create your custom Footer component by extending the original Footer
6
function CustomFooter(props) {
@@ -14,7 +15,7 @@ function CustomFooter(props) {
14
15
<div className="flex gap-1 pr-2 py-px items-start">
16
<img
17
loading="lazy"
- src="img/logo/white_coderabbit.svg"
18
+ src={CRLogoBase64}
19
style={{
20
maxWidth: "200px",
21
height: "auto",
0 commit comments