Skip to content

Commit

Permalink
fix: add alt text to img (#109)
Browse files Browse the repository at this point in the history
Add alt text to the logo displayed on the package page.
  • Loading branch information
morinokami authored and donjo committed Mar 4, 2024
1 parent 79fb803 commit dafcb2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/routes/package/score.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ export default function Score(
<div class="mt-8 grid items-center justify-items-center grid-cols-1 md:grid-cols-3 gap-12">
<div class="w-full h-full flex flex-col items-center justify-center border-1.5 border-jsr-cyan-100 rounded-lg p-8">
<div class="flex gap-2 items-center mb-4">
<img src="/logo.svg" class="w-16" />
<img src="/logo.svg" class="w-16" alt="JSR logo" />
<h2 class="text-2xl font-semibold">
<span class="sr-only">JSR</span> Score
</h2>
Expand Down

0 comments on commit dafcb2e

Please sign in to comment.