We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b2e7f1 commit e1dac86Copy full SHA for e1dac86
1 file changed
docs/components/header/header.tsx
@@ -64,7 +64,7 @@ export default class Header extends HTMLElement {
64
<div class={styles.badgeContainer}>
65
<a class={styles.badge} href="https://github.com/ProjectEvergreen/wcc" target="_blank">
66
<img
67
- src="https://img.shields.io/github/stars/ProjectEvergreen/wcc.svg?style=social&logo=github&label=github"
+ src="https://img.shields.io/github/stars/ProjectEvergreen/wcc?style=social&label=GitHub"
68
alt="WCC GitHub badge"
69
width={135}
70
class="github-badge"
0 commit comments