diff --git a/src/components/ContributionHeatmap.tsx b/src/components/ContributionHeatmap.tsx index f0b68eed..5ec3fd2a 100644 --- a/src/components/ContributionHeatmap.tsx +++ b/src/components/ContributionHeatmap.tsx @@ -276,6 +276,7 @@ export default function ContributionHeatmap({ const dayIndex = index % 7; const isFuture = cell.date > today; const showTooltipBelow = dayIndex < 2; + const isNearRightEdge = weekIndex >= weekCount - 3; const tooltip = `${cell.date.toLocaleDateString("en-US", { weekday: "short", month: "short", @@ -313,8 +314,12 @@ export default function ContributionHeatmap({ > {!isFuture && (