Skip to content

Commit 17baa9a

Browse files
footer logo fix (#141)
1 parent 07c19c2 commit 17baa9a

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

src/theme/Footer/cr-logo.js

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/theme/Footer/index.js

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
import OriginalFooter from "@theme-original/Footer"
22
import React from "react"
3+
import { CRLogoBase64 } from "./cr-logo"
34

45
// Create your custom Footer component by extending the original Footer
56
function CustomFooter(props) {
@@ -14,7 +15,7 @@ function CustomFooter(props) {
1415
<div className="flex gap-1 pr-2 py-px items-start">
1516
<img
1617
loading="lazy"
17-
src="img/logo/white_coderabbit.svg"
18+
src={CRLogoBase64}
1819
style={{
1920
maxWidth: "200px",
2021
height: "auto",

0 commit comments

Comments
 (0)