Skip to content

Commit 80ea63b

Browse files
committed
add logo alt
1 parent b1a4fdc commit 80ea63b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<!-- All the images you need are in the 'img' folder -->
1919

2020
<header class="header">
21-
<a href="index.html"> <img src="img/karma-logo.svg" /> </a>
21+
<a href="index.html"> <img src="img/karma-logo.svg" alt="karma-logo" /> </a>
2222
<nav class="nav-menu">
2323
<li><a class="current-menu-item" href="#">Meet Karma</a></li>
2424
<li><a href="#">How it Works</a></li>

store.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<!-- All the images you need are in the 'img' folder -->
1818

1919
<header class="header">
20-
<a href="index.html"> <img src="img/karma-logo.svg" /> </a>
20+
<a href="index.html"> <img src="img/karma-logo.svg" alt="karma-logo" /> </a>
2121
<nav class="nav-menu">
2222
<li><a href="index.html">Meet Karma</a></li>
2323
<li><a href="#">How it Works</a></li>

0 commit comments

Comments
 (0)