refactor(#23): class name

This commit is contained in:
OllyNicholass
2024-02-11 18:39:24 +00:00
parent 6fb0cf379d
commit 6cc39a8783
+2 -2
View File
@@ -276,7 +276,7 @@
{/if}
{#if showFireworks}
<div class="launch-pad">
<div class="fireworks-container">
<Fireworks bind:this={fireworks} options={fireworkOptions} />
</div>
{/if}
@@ -389,7 +389,7 @@
text-indent: -10px;
}
.launch-pad {
.fireworks-container {
position: fixed;
top: 0;
z-index: -1;