Skip to content

Commit

Permalink
added sr-only text to blog site link
Browse files Browse the repository at this point in the history
  • Loading branch information
kowkelley committed Dec 11, 2024
1 parent 802275c commit 1b270c7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/Resources/Blog/Blog.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ const Blog = ({ posts }) => {
Blog
</Display>
<Link href={"https://blog.celestia.org/"} className="group">
<span className="sr-only">View all blog posts</span>
<Icon
Icon={<ArrowLongSVG />}
hover
Expand Down

0 comments on commit 1b270c7

Please sign in to comment.