diff --git a/src/pages/LogsPage/LogsPage.tsx b/src/pages/LogsPage/LogsPage.tsx index 25775205..8aee4bab 100644 --- a/src/pages/LogsPage/LogsPage.tsx +++ b/src/pages/LogsPage/LogsPage.tsx @@ -39,13 +39,23 @@ const LogsPage = () => { > - - + + - + diff --git a/src/pages/LogsPage/LogsSumCard.tsx b/src/pages/LogsPage/LogsSumCard.tsx index 3cd057a8..dc398401 100644 --- a/src/pages/LogsPage/LogsSumCard.tsx +++ b/src/pages/LogsPage/LogsSumCard.tsx @@ -12,7 +12,7 @@ type LogsSumCardProps = { } const LogsSumCard = ({ type, count, countActive, countInactive }: LogsSumCardProps) => { return ( - +