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

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/theme/Footer/index.js

Lines changed: 2 additions & 1 deletion
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)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy