diff --git a/site/src/routes/_components/WhosUsingSvelte.svelte b/site/src/routes/_components/WhosUsingSvelte.svelte index 0b48800e86..44aa808d47 100644 --- a/site/src/routes/_components/WhosUsingSvelte.svelte +++ b/site/src/routes/_components/WhosUsingSvelte.svelte @@ -1,10 +1,30 @@ +
+ {#each sortedCompanies as { href, filename, alt, style, picture, span }, index} + + {#if picture} + + {#each picture as { type, srcset }} + + {/each} + + + {:else} + + {#if span} + {span} + {/if} + {/if} + + {/each} +
+ - -
- {#each sortedCompanies as {href, filename, alt, style, picture, span}, index} - - {#if picture} - - {#each picture as {type, srcset}} - - {/each} - - - {:else} - - {#if span} - {span} - {/if} - {/if} - - {/each} -