Update sites/svelte.dev/src/routes/_components/WhosUsingSvelte/index.svelte

Co-authored-by: Ben McCann <322311+benmccann@users.noreply.github.com>
pull/8454/head
Puru Vijay 3 years ago committed by GitHub
parent b047864afb
commit d1063c71ed
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -8,7 +8,7 @@
<Section --background={$theme.current === 'light' ? 'var(--sk-back-4)' : '#222'}> <Section --background={$theme.current === 'light' ? 'var(--sk-back-4)' : '#222'}>
<section class="whos-using-svelte-container" class:dark={$theme.current === 'dark'}> <section class="whos-using-svelte-container" class:dark={$theme.current === 'dark'}>
<h3>who's using svelte?</h3> <h3>Who's using svelte?</h3>
<div class="logos"> <div class="logos">
{#each sorted as { href, filename, alt, style, invert, width, height }} {#each sorted as { href, filename, alt, style, invert, width, height }}
<a target="_blank" rel="noreferrer" {href} class:invert style={style || ''}> <a target="_blank" rel="noreferrer" {href} class:invert style={style || ''}>

Loading…
Cancel
Save