Logo, banner

This commit is contained in:
Sebastien Castiel
2023-12-07 17:24:02 -05:00
parent 0b27f90fb7
commit 1bc4acd67a
7 changed files with 14 additions and 10 deletions

View File

@@ -15,7 +15,7 @@ export function GroupTabs({ groupId }: Props) {
return (
<Tabs
value={value}
className="mb-4"
className="mb-4 [&>*]:border"
onValueChange={(value) => {
router.push(`/groups/${groupId}/${value}`)
}}