Skip to content

Commit

Permalink
chore(dashboard/Header): add alt tag to logo
Browse files Browse the repository at this point in the history
  • Loading branch information
invakid404 committed Jun 28, 2022
1 parent dead447 commit deadc05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dashboard/src/components/Header.svelte
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<header class="header">
<div class="header-kek">
<img src="kek.jpg" class="header-kek" />
<img alt="kekw" src="kek.jpg" class="header-kek" />
</div>
<h1 class="header-title">kekboard</h1>
</header>
Expand Down

0 comments on commit deadc05

Please sign in to comment.