Skip to content

Commit fdda927

Browse files
authored
Merge pull request #1127 from coseeian/image-alt
feat: Add alt text to CC BY-NC-SA license badge in ExampleLayout
2 parents 0a815cb + bdc949c commit fdda927

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/layouts/ExampleLayout.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ const { showBanner, englishUrl } = checkTranslationBanner(
9191
<Content />
9292
</div>
9393
<div class="rendered-markdown">
94-
<img src="/images/by-nc-sa.svg" />
94+
<img src="/images/by-nc-sa.svg" alt="Creative Commons BY-NC-SA license badge" />
9595

9696
<p>
9797

0 commit comments

Comments
 (0)