Skip to content

Commit 1afcc4b

Browse files
committed
website: update width of star button
1 parent 3ef7409 commit 1afcc4b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

apps/website/src/pages/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ function HeroSection() {
162162
src="https://ghbtns.com/github-btn.html?user=yangshun&repo=tech-interview-handbook&type=star&count=true&size=large"
163163
frameBorder={0}
164164
scrolling={0}
165-
width={160}
165+
width={170}
166166
height={30}
167167
title="GitHub Stars"
168168
/>

apps/website/src/theme/DocItem/Content/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ export default function DocItemContent({ children }) {
3737
<iframe
3838
src="https://ghbtns.com/github-btn.html?user=yangshun&amp;repo=tech-interview-handbook&amp;type=star&amp;count=true&amp;size=large"
3939
frameBorder={0}
40-
width={160}
40+
width={170}
4141
height={30}
4242
title="GitHub Stars"
4343
/>

0 commit comments

Comments
 (0)