mirror of
https://github.com/spliit-app/spliit.git
synced 2026-03-05 20:26:11 +01:00
Improve recent groups design
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user