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:
@@ -6,6 +6,7 @@ const PAIRS = [
|
|||||||
['docx', 'pdf'],
|
['docx', 'pdf'],
|
||||||
['ttf', 'woff'],
|
['ttf', 'woff'],
|
||||||
['epub', 'mobi'],
|
['epub', 'mobi'],
|
||||||
|
['rar', 'zip'],
|
||||||
];
|
];
|
||||||
|
|
||||||
function Pill({ from, to }) {
|
function Pill({ from, to }) {
|
||||||
|
|||||||
Reference in New Issue
Block a user