diff --git a/src/lib/cards/index.ts b/src/lib/cards/index.ts index 294aca5..a37f8c7 100644 --- a/src/lib/cards/index.ts +++ b/src/lib/cards/index.ts @@ -1,5 +1,5 @@ import { ESNCardAnniversary } from './esncard_anniversary'; -import { ESNCard2026 } from './esncard_2026'; +// import { ESNCard2026 } from './esncard_2026'; import type { Card } from './types'; -export const cardTypes: Card[] = [ESNCardAnniversary, ESNCard2026]; \ No newline at end of file +export const cardTypes: Card[] = [ESNCardAnniversary]; \ No newline at end of file diff --git a/src/lib/components/wizard/StepGallery.svelte b/src/lib/components/wizard/StepGallery.svelte index dae54b8..446e34f 100644 --- a/src/lib/components/wizard/StepGallery.svelte +++ b/src/lib/components/wizard/StepGallery.svelte @@ -595,7 +595,7 @@ async function createPreviewBlob(original: Blob, maxSide = 1200, quality = 0.85) canProceed={canProceed()} {currentStep} textBack="Back to Card Selection" - textForwardDisabled="Waiting from photos" + textForwardDisabled="Waiting for photos" textForwardEnabled={`Generate ${photos.filter((p) => p.status === 'success' && p.cropData).length} Cards`} />