Skip to content

Commit a5abc06

Browse files
committed
fixed accessibility issue
1 parent 51c5ecb commit a5abc06

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

interactive-pricing-component-main/index.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,9 @@
1212
</head>
1313
<body>
1414

15-
<img id="dark-mode-toggle" src="./images/moon-solid.svg">
16-
15+
<div>
16+
<img id="dark-mode-toggle" src="./images/moon-solid.svg" alt="my_image">
17+
</div>
1718

1819
<main class="container">
1920
<h1>Simple, traffic-based pricing</h1>

0 commit comments

Comments
 (0)