diff options
| author | Sebastien Castiel <sebastien@castiel.me> | 2024-01-26 16:11:51 -0500 |
|---|---|---|
| committer | Sebastien Castiel <sebastien@castiel.me> | 2024-01-26 16:11:51 -0500 |
| commit | 11d2e298e8cc5cac07aa2c60e194bf4460cefb21 (patch) | |
| tree | df56eb14685032374e3eddecc7ed8aaaac8fcc37 /src/app/groups/recent-group-list.tsx | |
| parent | 0647000a7700439fa471673d00882386bfb1343f (diff) | |
Improve recent groups 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 9ad6f56..b646997 100644 --- a/src/app/groups/recent-group-list.tsx +++ b/src/app/groups/recent-group-list.tsx @@ -155,7 +155,7 @@ function GroupList({ setState: (state: SetStateAction<RecentGroupsState>) => void }) { return ( - <ul className="grid grid-cols-1 gap-2 sm:grid-cols-3"> + <ul className="grid gap-2 sm:grid-cols-2"> {groups.map((group) => ( <RecentGroupListCard key={group.id} |
