From 074ecd67dca5488ad556f03bdbc9fc48cb206ee3 Mon Sep 17 00:00:00 2001 From: Stephen Zhou Date: Sat, 24 Aug 2024 19:26:57 +0800 Subject: [PATCH] chore: update icon --- components/unread-filter.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/unread-filter.tsx b/components/unread-filter.tsx index eecf2e4..abf19f9 100644 --- a/components/unread-filter.tsx +++ b/components/unread-filter.tsx @@ -10,13 +10,13 @@ export function UnreadFilter() { return showUnreadOnly ? ( { setUnreadOnly(i => !i) }} /> ) : ( { setUnreadOnly(i => !i) }} /> )