Remove 2026 made-up card to not confuse people
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
import { ESNCardAnniversary } from './esncard_anniversary';
|
import { ESNCardAnniversary } from './esncard_anniversary';
|
||||||
import { ESNCard2026 } from './esncard_2026';
|
// import { ESNCard2026 } from './esncard_2026';
|
||||||
import type { Card } from './types';
|
import type { Card } from './types';
|
||||||
|
|
||||||
export const cardTypes: Card[] = [ESNCardAnniversary, ESNCard2026];
|
export const cardTypes: Card[] = [ESNCardAnniversary];
|
||||||
@@ -595,7 +595,7 @@ async function createPreviewBlob(original: Blob, maxSide = 1200, quality = 0.85)
|
|||||||
canProceed={canProceed()}
|
canProceed={canProceed()}
|
||||||
{currentStep}
|
{currentStep}
|
||||||
textBack="Back to Card Selection"
|
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`}
|
textForwardEnabled={`Generate ${photos.filter((p) => p.status === 'success' && p.cropData).length} Cards`}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user