Skip to content

Commit c78e658

Browse files
enhancement: apply HTML related lighthouse recommendations
1 parent 506b836 commit c78e658

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

src/components/header/header.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@ export default class Header extends HTMLElement {
8282
<img
8383
src="https://img.shields.io/github/stars/ProjectEvergreen/wcc?style=social&label=GitHub"
8484
alt="WCC GitHub badge"
85+
height={28}
8586
width={135}
8687
class="github-badge"
8788
/>

src/index.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
<html>
1+
<!doctype html>
2+
<html lang="en">
23
<head>
34
<meta charset="UTF-8" />
45
<title>WCC</title>

0 commit comments

Comments
 (0)