From f5c0b5bdb3fc17e98e50e958a8609385e23204fe Mon Sep 17 00:00:00 2001 From: Kellar Date: Fri, 19 Apr 2024 18:08:39 +0100 Subject: [PATCH] Reskin sorter --- .../pages/DaoDashboard/Activities/index.tsx | 3 +- src/components/ui/utils/Sort.tsx | 31 ++++++++++--------- 2 files changed, 19 insertions(+), 15 deletions(-) diff --git a/src/components/pages/DaoDashboard/Activities/index.tsx b/src/components/pages/DaoDashboard/Activities/index.tsx index 409dd63169..3e0af167f6 100644 --- a/src/components/pages/DaoDashboard/Activities/index.tsx +++ b/src/components/pages/DaoDashboard/Activities/index.tsx @@ -25,8 +25,9 @@ export function Activities() { return ( - - {t(sortBy)} - + + {t(sortBy)} + + setSortBy(SortBy.Newest)} /> + {/* TODO Divider look doesn't quite match */} +