Skip to content

Commit

Permalink
Add github start icon
Browse files Browse the repository at this point in the history
  • Loading branch information
kesonan committed Aug 3, 2024
1 parent 3ecf872 commit 46404c5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ module.exports = {
{
html: `
<a href="https://landscape.cncf.io/?selected=go-zero" target="_blank" rel="noreferrer noopener" aria-label="CNCF">
<img src="https://landscape.cncf.io/images/left-logo.svg" alt="CNCF" width="100" height="50" />
<img src="https://landscape.cncf.io/images/cncf-landscape-horizontal-color.svg" alt="CNCF" width="100" height="50" />
</a>
`,
},
Expand Down Expand Up @@ -160,7 +160,7 @@ module.exports = {
position: 'right',
icon: {
alt: 'github logo',
src: `/logos/github.svg`,
src: `https://img.shields.io/github/stars/zeromicro/go-zero`,
href: 'https://github.com/zeromicro/go-zero',
target: '_blank',
},
Expand Down

0 comments on commit 46404c5

Please sign in to comment.