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/page.tsx | |
| parent | 7e279a535d1722ce6e32a6b0c4a84b5639d8c859 (diff) | |
Improve design
Diffstat (limited to 'src/app/groups/page.tsx')
| -rw-r--r-- | src/app/groups/page.tsx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/app/groups/page.tsx b/src/app/groups/page.tsx index 4a0d286..8aeeb59 100644 --- a/src/app/groups/page.tsx +++ b/src/app/groups/page.tsx @@ -11,8 +11,8 @@ export const metadata: Metadata = { export default async function GroupsPage() { return ( <> - <div className="flex flex-col sm:flex-row sm:justify-between sm:items-baseline mb-2"> - <h1 className="font-bold text-2xl mb-4"> + <div className="flex flex-col sm:flex-row sm:justify-between sm:items-center gap-4 items-start"> + <h1 className="font-bold text-2xl"> <Link href="/groups">Recently visited groups</Link> </h1> <Button asChild> |
