Skip to content

Commit c317f74

Browse files
authored
Merge pull request #1134 from processing/1127-2
feat: Add alt text to CC BY-NC-SA license badge in ExampleLayout [2.0]
2 parents a7cf9b9 + a4f22cf commit c317f74

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/layouts/ExampleLayout.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ const remixHistoryHasCodeLinks = example.data.remix?.some(
8181
<Content />
8282
</div>
8383
<div class="rendered-markdown">
84-
<img src="/images/by-nc-sa.svg" />
84+
<img src="/images/by-nc-sa.svg" alt="Creative Commons BY-NC-SA license badge" />
8585

8686
<p>
8787

0 commit comments

Comments
 (0)