Skip to content

Commit

Permalink
fix card grid
Browse files Browse the repository at this point in the history
  • Loading branch information
a-type committed Aug 14, 2024
1 parent 8ae4bf5 commit 81f9a7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/trip-tick/web/src/components/trips/TripsList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ function TripsListItem({ trip }: { trip: Trip }) {
} = useTripProgress(trip);

return (
<CardRoot className="h-full">
<CardRoot>
<CardMain compact={!!isPast} asChild>
<Link to={`/trips/${trip.get('id')}`} className="relative bg-white">
<CardTitle className="relative z-1">{name}</CardTitle>
Expand Down

0 comments on commit 81f9a7a

Please sign in to comment.