Skip to content

Commit

Permalink
Merge pull request #343 from guptadeepak8/update-alt-text-295
Browse files Browse the repository at this point in the history
update alt text for technology links on docs
  • Loading branch information
TGlide authored Dec 18, 2023
2 parents 742c13e + 9f061b0 commit 260c4c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/components/Technologies.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
<Tooltip>
<li>
<a href={platform.href} class="aw-icon-button aw-box-icon has-border-gradient">
<img src={platform.image} alt="{platform.name} Logo" width="32" height="32" />
<img src={platform.image} alt="{platform.name} quick start" width="32" height="32" />
</a>
</li>
<svelte:fragment slot="tooltip">{platform.name}</svelte:fragment>
Expand Down

0 comments on commit 260c4c1

Please sign in to comment.