- improved UI for sessions page
This commit is contained in:
@@ -18,18 +18,9 @@ const RearCameraOverviewCard = ({ className }: CardProps) => {
|
||||
});
|
||||
const { mostRecent } = useSightingFeedContext();
|
||||
return (
|
||||
<Card
|
||||
className={clsx(
|
||||
"relative min-h-[40vh] md:min-h-[60vh] h-auto",
|
||||
className
|
||||
)}
|
||||
>
|
||||
<Card className={clsx("relative min-h-[40vh] md:min-h-[60vh] h-auto", className)}>
|
||||
<div className="flex flex-col space-y-3 h-full" {...handlers}>
|
||||
<CardHeader
|
||||
title="Rear Overview"
|
||||
icon={faCamera}
|
||||
sighting={mostRecent}
|
||||
/>
|
||||
<CardHeader title="Rear Overview" icon={faCamera} sighting={mostRecent} />
|
||||
<SightingOverview />
|
||||
</div>
|
||||
</Card>
|
||||
|
||||
Reference in New Issue
Block a user