feat(frontend): add archive pair to the homepage format marquee

Every other family (images, documents, fonts, ebooks) had a showcase
pair in the marquee; archives was missing one after the archive
conversion feature landed.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
This commit is contained in:
2026-08-01 13:09:38 +02:00
co-authored by Claude Sonnet 5
parent 48c70254c1
commit 74db0ecfcc
@@ -6,6 +6,7 @@ const PAIRS = [
['docx', 'pdf'],
['ttf', 'woff'],
['epub', 'mobi'],
['rar', 'zip'],
];
function Pill({ from, to }) {