Skip to content

Commit

Permalink
Merge pull request #657 from bandada-infra/ref/responsive-group-card
Browse files Browse the repository at this point in the history
Ref/responsive group card
  • Loading branch information
vplasencia authored Jan 23, 2025
2 parents e5037a4 + c1434ca commit 29df756
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions apps/dashboard/src/components/group-card.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ export default function GroupCard({
<Text
fontSize="20px"
mt="12px"
noOfLines={1}
color={!name ? "balticSea.400" : "inherit"}
>
{name || (type === "off-chain" ? "[untitled]" : "")}
Expand Down
2 changes: 1 addition & 1 deletion apps/dashboard/src/pages/groups.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ export default function GroupsPage(): JSX.Element {
key={group.id + group.name}
to={`/groups/${group.type}/${group.id}`}
>
<GridItem>
<GridItem maxW="350px">
<GroupCard {...group} />
</GridItem>
</Link>
Expand Down

0 comments on commit 29df756

Please sign in to comment.