diff --git a/src/components/ReadingProgressFilters.tsx b/src/components/ReadingProgressFilters.tsx index 0d43cde8..d61a0976 100644 --- a/src/components/ReadingProgressFilters.tsx +++ b/src/components/ReadingProgressFilters.tsx @@ -16,8 +16,8 @@ const ReadingProgressFilters: React.FC = ({ selecte { type: 'unopened' as const, icon: faEnvelope, label: 'Unopened' }, { type: 'started' as const, icon: faEnvelopeOpen, label: 'Started' }, { type: 'reading' as const, icon: faBookOpen, label: 'Reading' }, - { type: 'completed' as const, icon: faCheckCircle, label: 'Completed' }, - { type: 'highlighted' as const, icon: faHighlighter, label: 'Highlighted' } + { type: 'highlighted' as const, icon: faHighlighter, label: 'Highlighted' }, + { type: 'completed' as const, icon: faCheckCircle, label: 'Completed' } ] return (