Skip to content

Commit 0aa94db

Browse files
committed
.
1 parent d8077a6 commit 0aa94db

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

components/ui/chart.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ function ChartTooltipContent({
173173
return (
174174
<div
175175
className={cn(
176-
"border-border/50 bg-background grid min-w-[8rem] items-start gap-1.5 rounded-lg border px-2.5 py-1.5 text-xs shadow-xl",
176+
"border-border/50 bg-background grid min-w-[10rem] items-start gap-1.5 rounded-lg border px-2.5 py-1.5 text-xs shadow-xl",
177177
className
178178
)}
179179
>

data/events.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ export const events: {
2424
url: "/cvpr2026/workshop/",
2525
image: "/assets/background/denver.jpg",
2626
imageoption: "object-center",
27-
date: "June, 2025",
27+
date: "June, 2026",
2828
location: "Denver",
2929
keys: ['2026', 'editor_pick'],
3030
},

0 commit comments

Comments
 (0)