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 fb5be8c commit 0b49fa8Copy full SHA for 0b49fa8
2 files changed
src/components/header/header.tsx
@@ -82,6 +82,7 @@ export default class Header extends HTMLElement {
82
<img
83
src="https://img.shields.io/github/stars/ProjectEvergreen/wcc?style=social&label=GitHub"
84
alt="WCC GitHub badge"
85
+ height={28}
86
width={135}
87
class="github-badge"
88
/>
src/index.html
@@ -1,4 +1,5 @@
1
-<html>
+<!doctype html>
2
+<html lang="en">
3
<head>
4
<meta charset="UTF-8" />
5
<title>WCC</title>
0 commit comments