Skip to content

Commit

Permalink
docs: dynamic alt image (#4999)
Browse files Browse the repository at this point in the history
  • Loading branch information
the-r3aper7 committed Aug 24, 2023
1 parent c217d08 commit 2f4e772
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/docs/src/routes/(ecosystem)/media/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -533,7 +533,7 @@ export const ThumbnailLink = component$((props: { entry: MediaEntry; imgLoading?
<div class="flex gap-2">
<img
src={`https://t0.gstatic.com/faviconV2?client=SOCIAL&type=FAVICON&fallback_opts=TYPE,SIZE,URL&url=https://${itemURL.host}&size=128`}
alt="Youtube"
alt={`${itemURL.host.split('.').at(1)} logo`}
class="icon"
/>
<div class="flex flex-col">
Expand Down

0 comments on commit 2f4e772

Please sign in to comment.