Skip to content

Commit

Permalink
fix penguin
Browse files Browse the repository at this point in the history
  • Loading branch information
pngwn committed Jan 22, 2024
1 parent 7f329a6 commit 9627598
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/site/src/components/Input.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
<div class="line" style="font-weight:{i === 0 ? 'bold' : 100};">
{#each line as { text, color, l } (text)}
<span
in:typewriter={{ delay: l * 100, speed: 100 }}
in:typewriter|global={{ delay: l * 100, speed: 100 }}
style="color: {colors[color]};">
{text}
</span>
Expand Down

0 comments on commit 9627598

Please sign in to comment.