Skip to content

Commit e1dac86

Browse files
docs: #268 fix github stars badge counter display
1 parent 6b2e7f1 commit e1dac86

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/components/header/header.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ export default class Header extends HTMLElement {
6464
<div class={styles.badgeContainer}>
6565
<a class={styles.badge} href="https://github.com/ProjectEvergreen/wcc" target="_blank">
6666
<img
67-
src="https://img.shields.io/github/stars/ProjectEvergreen/wcc.svg?style=social&logo=github&label=github"
67+
src="https://img.shields.io/github/stars/ProjectEvergreen/wcc?style=social&label=GitHub"
6868
alt="WCC GitHub badge"
6969
width={135}
7070
class="github-badge"

0 commit comments

Comments
 (0)