Fix #4680 - CSS typo in example

pull/4685/head
Daniel Imfeld 6 years ago
parent 7dcbc5173b
commit 9d3adf25ad

@ -18,7 +18,7 @@
Remove first thing Remove first thing
</button> </button>
<div style="display: grid; grid-template-columns: 1fr 1fr; grip-gap: 1em"> <div style="display: grid; grid-template-columns: 1fr 1fr; grid-gap: 1em">
<div> <div>
<h2>Keyed</h2> <h2>Keyed</h2>
{#each things as thing (thing.id)} {#each things as thing (thing.id)}
@ -32,4 +32,4 @@
<Thing current={thing.color}/> <Thing current={thing.color}/>
{/each} {/each}
</div> </div>
</div> </div>

Loading…
Cancel
Save