Skip to content

Commit cd66750

Browse files
committed
fix spotlight
1 parent d4f7cc5 commit cd66750

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wtfdig/src/routes/+page.svelte

+1-1
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@
116116

117117
<div class="grid xl:grid-cols-7 md:grid-cols-4 grid-cols-2 gap-2">
118118
{#each strat.strats as step}
119-
{#key alignment}
119+
{#key [spotlight, alignment]}
120120
<div class="space-y-4" class:col-span-2={step.alignmentImages && step.alignmentImages[alignment]}>
121121
<div class="uppercase text-xl">{step.mechanic}</div>
122122
<div class="whitespace-pre text-l">{step.description}</div>

0 commit comments

Comments
 (0)