improve layout and accessibility
This commit is contained in:
@@ -21,8 +21,10 @@
|
||||
{project.name}
|
||||
</span>
|
||||
<div class="flex items-center gap-3 text-sm text-hot">
|
||||
<span class="flex items-center gap-1" aria-label="{project.stars} stars">
|
||||
<span class="text-xl">★</span>
|
||||
<span
|
||||
class="flex items-center gap-1 before:content-['★'] before:text-xl"
|
||||
aria-label="{project.stars} stars"
|
||||
>
|
||||
{project.stars}
|
||||
</span>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user