Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Aug 16, 2025. It is now read-only.

Commit17baa9a

Browse files
footer logo fix (#141)
1 parent07c19c2 commit17baa9a

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 aboutcustomizing 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
importOriginalFooterfrom"@theme-original/Footer"
22
importReactfrom"react"
3+
import{CRLogoBase64}from"./cr-logo"
34

45
// Create your custom Footer component by extending the original Footer
56
functionCustomFooter(props){
@@ -14,7 +15,7 @@ function CustomFooter(props) {
1415
<divclassName="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)

[8]ページ先頭

©2009-2025 Movatter.jp