diff options
| author | Sebastien Castiel <sebastien@castiel.me> | 2023-12-14 17:15:28 -0500 |
|---|---|---|
| committer | Sebastien Castiel <sebastien@castiel.me> | 2023-12-14 17:15:28 -0500 |
| commit | aa95497aab51de2a18785a0bc2e94f1d78afbd99 (patch) | |
| tree | a725422bfb8a4293ad6d6bad8bd2e837034aab8e /src/app/groups/recent-group-list.tsx | |
| parent | 7e279a535d1722ce6e32a6b0c4a84b5639d8c859 (diff) | |
Improve design
Diffstat (limited to 'src/app/groups/recent-group-list.tsx')
| -rw-r--r-- | src/app/groups/recent-group-list.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/app/groups/recent-group-list.tsx b/src/app/groups/recent-group-list.tsx index 77feaf4..b8f8ff6 100644 --- a/src/app/groups/recent-group-list.tsx +++ b/src/app/groups/recent-group-list.tsx @@ -65,7 +65,7 @@ export function RecentGroupList() { } return ( - <ul className="grid grid-cols-1 gap-2 mt-2 sm:grid-cols-3"> + <ul className="grid grid-cols-1 gap-2 sm:grid-cols-3"> {state.groups.map((group) => { const details = state.status === 'complete' |
