AccessibleForAll / AccessibleWebDev

A resource for developers wanting to learn the basics of accessibility
https://accessibleweb.dev
MIT License
174 stars 96 forks source link

fix: removed redundant 'open in new tab' icons from links in footer #342

Closed SatyamSetia closed 1 year ago

SatyamSetia commented 1 year ago

Describe your changes

Footer links like "Become a contributor" and "Support us" are supposed to open in same tab. But current production version have open in new tab icon beside them which is misleading. This PR includes the changes to remove these icons from these 2 links

Screenshots - If Any (Optional)

Before -

Screenshot 2023-07-08 at 4 51 23 PM

After -

Screenshot 2023-07-08 at 4 51 41 PM

Link to issue

Closes #341

Checklist before requesting a review

github-actions[bot] commented 1 year ago

Hello @SatyamSetia, thanks for raising a pull request in this project. The maintainers of this project are volunteers so please be understanding if it takes time before you get a response. We still appreciate your help with creating pull requests!

SatyamSetia commented 1 year ago

Hey, @EmmaDawsonDev Looking forward to get your review on this PR.