mirror of
https://github.com/ReVanced/revanced-website.git
synced 2026-01-26 12:21:04 +00:00
chore: Bump deps to latest (#213)
This commit is contained in:
@@ -6,8 +6,8 @@
|
||||
</script>
|
||||
|
||||
<picture>
|
||||
{#each Object.entries(data.sources) as [format, images]}
|
||||
<source srcset={images.map((img) => `${img.src} ${img.w}w`).join(', ')} type="image/{format}" />
|
||||
{#each Object.entries(data.sources) as [format, srcset]}
|
||||
<source {srcset} type="image/{format}" />
|
||||
{/each}
|
||||
<img {alt} src={data.fallback.src} />
|
||||
<img {alt} src={data.img.src} />
|
||||
</picture>
|
||||
|
||||
Reference in New Issue
Block a user