Skip to content

Commit

Permalink
Add github stars icon
Browse files Browse the repository at this point in the history
  • Loading branch information
kesonan committed Aug 3, 2024
1 parent 46404c5 commit 2bc8df6
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
12 changes: 6 additions & 6 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -159,19 +159,19 @@ module.exports = {
type: 'iconLink',
position: 'right',
icon: {
alt: 'github logo',
src: `https://img.shields.io/github/stars/zeromicro/go-zero`,
href: 'https://github.com/zeromicro/go-zero',
alt: 'discord logo',
src: `/logos/discord.svg`,
href: 'https://discord.com/invite/4JQvC5A4Fe',
target: '_blank',
},
},
{
type: 'iconLink',
position: 'right',
icon: {
alt: 'discord logo',
src: `/logos/discord.svg`,
href: 'https://discord.com/invite/4JQvC5A4Fe',
alt: 'github logo',
src: `https://img.shields.io/github/stars/zeromicro/go-zero`,
href: 'https://github.com/zeromicro/go-zero',
target: '_blank',
},
},
Expand Down
6 changes: 3 additions & 3 deletions src/styles/components/_navbar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ html[data-theme='dark'] {
}
}

.icon-link {
filter: brightness(0) invert(1);
}
//.icon-link {
// filter: brightness(0) invert(1);
//}
}
}

Expand Down

0 comments on commit 2bc8df6

Please sign in to comment.