fix: share overview

This commit is contained in:
Carl-Gerhard Lindesvärd
2025-10-29 20:43:49 +01:00
parent e33de4d00e
commit 98b3f50917
6 changed files with 24 additions and 20 deletions

View File

@@ -109,7 +109,7 @@ export default function OverviewMetrics({ projectId }: OverviewMetricsProps) {
return (
<>
<div className="relative -top-0.5 col-span-6 -m-4 mb-0 mt-0 md:m-0">
<div className="relative -top-0.5 col-span-6 mb-0 mt-0 md:m-0">
<div className="card mb-2 grid grid-cols-4 overflow-hidden rounded-md">
{TITLES.map((title, index) => (
<OverviewMetricCard