From d13fbdccb7097ad78792c76d660fbc623edaef2b Mon Sep 17 00:00:00 2001 From: Kellar Date: Mon, 9 Dec 2024 15:29:38 +0000 Subject: [PATCH] Fix transactions link --- src/components/DAOTreasury/components/Transactions.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/components/DAOTreasury/components/Transactions.tsx b/src/components/DAOTreasury/components/Transactions.tsx index 5d70c4c21..5f57a8c19 100644 --- a/src/components/DAOTreasury/components/Transactions.tsx +++ b/src/components/DAOTreasury/components/Transactions.tsx @@ -188,9 +188,8 @@ export function PaginationCount({ shownTransactions }: { shownTransactions: numb type="address" value={safe.address} p={0} + isTextLink textStyle="labels-large" - outline="unset" - outlineOffset="unset" borderWidth={0} > {t('transactionsTotalCount', { count: totalTransfers })}