Skip to content

Commit

Permalink
footer logo fix (#141)
Browse files Browse the repository at this point in the history
  • Loading branch information
GurinderRawala authored Nov 8, 2024
1 parent 07c19c2 commit 17baa9a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/theme/Footer/cr-logo.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion src/theme/Footer/index.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import OriginalFooter from "@theme-original/Footer"
import React from "react"
import { CRLogoBase64 } from "./cr-logo"

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

0 comments on commit 17baa9a

Please sign in to comment.