Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/components/share-section.tsx
Original file line numberDiff line numberDiff line change
Expand Up@@ -122,7 +122,7 @@
setPairB(s);
}

const activeTemplate = TEMPLATES.find((t) => t.id === activeId);

Check warning on line 125 in src/components/share-section.tsx

View workflow job for this annotation

GitHub Actions/ check

'activeTemplate' is assigned a value but never used

// Build the URL with the right params per template.
const cardSrc = (templateId: string) => {
Expand DownExpand Up@@ -176,7 +176,7 @@
className="inline-flex items-center gap-2 rounded-md border border-ink bg-ink px-3.5 py-2 text-[11px] font-medium uppercase tracking-[0.18em] text-paper hover:bg-paper hover:text-ink transition-colors shadow-sm"
>
<ImageIcon size={14} strokeWidth={2} />
Export as image
Export
</button>

{open && (
Expand Down
Loading