Remove 2026 made-up card to not confuse people
All checks were successful
Build Docker image / build (push) Successful in 4m37s
Build Docker image / deploy (push) Successful in 3s
Build Docker image / verify (push) Successful in 53s

This commit is contained in:
Roman Krček
2025-08-12 08:51:30 +02:00
parent a9dc5888e6
commit 2b3371e67f
2 changed files with 3 additions and 3 deletions

View File

@@ -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];
export const cardTypes: Card[] = [ESNCardAnniversary];

View File

@@ -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`}
/>
</div>