Skip to content

Commit edd06e7

Browse files
authored
fix(accessibility): Add descriptive title to GitHub button iframe (#240)
Improves accessibility by adding a title attribute to the GitHub button iframe. ## Description This adds a descriptive title attribute to the GitHub button iframe to improve accessibility. Fixes issue #211 ## Related Issue Fixes #211 ## Screenshots/Screencasts <img width="887" height="343" alt="Screenshot 2025-10-18 131616" src="https://github.com/user-attachments/assets/d92b72e3-f79b-4737-a2f3-b1ff77542345" /> ## Notes to Reviewer <!-- Please state here if you added a new npm packages, or any extra information that can help reviewer better review you changes -->
1 parent d8c6f0a commit edd06e7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/pages/index.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ const dictionary = await getCollection("dictionary");
2828
scrolling="0"
2929
width="120"
3030
height="30"
31-
title="GitHub"
31+
title="Star jargons.dev on GitHub"
3232
>
3333
</iframe>
3434
</div>

0 commit comments

Comments
 (0)