chore(Page): uncomment compararison slider
This commit is contained in:
@@ -57,7 +57,7 @@ function handleTitleStatusChanged(index: number, isPast: boolean, title?: Snippe
|
||||
{/snippet}
|
||||
<Logo />
|
||||
</Section>
|
||||
<!--
|
||||
|
||||
<Section class="my-12 gap-8" index={1} onTitleStatusChange={handleTitleStatusChanged}>
|
||||
{#snippet icon({ className })}
|
||||
<EyeIcon class={className} />
|
||||
@@ -69,7 +69,6 @@ function handleTitleStatusChanged(index: number, isPast: boolean, title?: Snippe
|
||||
{/snippet}
|
||||
<ComparisonSlider />
|
||||
</Section>
|
||||
-->
|
||||
|
||||
<Section class="my-4 sm:my-10 md:my-12 gap-6 sm:gap-8" index={2} onTitleStatusChange={handleTitleStatusChanged}>
|
||||
{#snippet icon({ className })}
|
||||
|
||||
Reference in New Issue
Block a user