From 74db0ecfccb6f47e6270460dc145f418b398f1dc Mon Sep 17 00:00:00 2001 From: Anthony GAEREMYNCK <1@anthony.sh> Date: Sat, 1 Aug 2026 13:09:38 +0200 Subject: [PATCH] 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 --- frontend/src/components/FormatMarquee.jsx | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/src/components/FormatMarquee.jsx b/frontend/src/components/FormatMarquee.jsx index 5038576..17f9c6e 100644 --- a/frontend/src/components/FormatMarquee.jsx +++ b/frontend/src/components/FormatMarquee.jsx @@ -6,6 +6,7 @@ const PAIRS = [ ['docx', 'pdf'], ['ttf', 'woff'], ['epub', 'mobi'], + ['rar', 'zip'], ]; function Pill({ from, to }) {