Add accessibility fields
This commit is contained in:
parent
090b97a3f6
commit
3d87538aea
2 changed files with 7 additions and 4 deletions
src/lib/components
|
@ -18,7 +18,7 @@
|
|||
<div class="flex flex-row justify-between pb-4">
|
||||
<div class="flex flex-row gap-1 items-center" on:mouseover={() => hover.title = true} on:mouseleave={() => hover.title = false}>
|
||||
{#if service.icon}
|
||||
<img width="24px" class="h-6 w-6 cursor-pointer" src={service.icon}>
|
||||
<img width="24px" class="h-6 w-6 cursor-pointer" src={service.icon} alt="{service.name} Logo">
|
||||
{:else}
|
||||
{/if}
|
||||
<a href={service.href} class="text-accent font-bold {hover.title ? 'text-primary': 'text-secondary'}">{service.name}</a>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue