Skip to content

Commit

Permalink
feat: add screen reader descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
AlejandroAkbal committed May 9, 2021
1 parent 3677f1f commit b2dfda3
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion components/pages/posts/content/Post.vue
Original file line number Diff line number Diff line change
Expand Up @@ -108,9 +108,13 @@
to="/premium"
class="flex items-center gap-2 my-2 link"
>
<span class="sr-only">
Search source of the post via SauceNAO
</span>

<SearchIcon class="w-5 h-5 icon" />

Saucenao
SauceNAO
</NuxtLink>
</template>
</template>
Expand All @@ -122,6 +126,8 @@
title="Download"
class="link"
>
<span class="sr-only">Download post</span>

<DownloadIcon class="w-5 h-5 icon" />
</a>
</div>
Expand Down

0 comments on commit b2dfda3

Please sign in to comment.