Skip to content

Commit

Permalink
Merge pull request #81 from UTDNebula/71-duplicate-trends-pr-334
Browse files Browse the repository at this point in the history
Combine button columns
  • Loading branch information
TyHil authored Jan 6, 2025
2 parents 0ccaded + c179219 commit acee0af
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions src/components/SearchResultsTable.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ function Row({
}} // opens/closes the card by clicking anywhere on the row
className="cursor-pointer"
>
<TableCell className="border-b-0 pr-0">
<TableCell className="border-b-0 flex gap-1">
<Tooltip
title={open ? 'Minimize Result' : 'Expand Result'}
placement="top"
Expand All @@ -133,8 +133,6 @@ function Row({
<KeyboardArrowIcon />
</IconButton>
</Tooltip>
</TableCell>
<TableCell className="border-b-0">
<Tooltip title="Open professor profile" placement="top">
<IconButton
aria-label="open professor profile"
Expand Down Expand Up @@ -361,8 +359,7 @@ const SearchResultsTable = ({
<Table stickyHeader aria-label="collapsible table">
<TableHead>
<TableRow>
<TableCell />
<TableCell>Profile</TableCell>
<TableCell>Actions</TableCell>
<TableCell>
<Tooltip
title="Average GPA Across Course Sections"
Expand Down

0 comments on commit acee0af

Please sign in to comment.