Make it clearer which date is shown inside tooltip

This commit is contained in:
2025-11-12 08:52:24 +02:00
parent 8f32fdf08d
commit 2cb6a0343a
5 changed files with 16 additions and 5 deletions

View File

@@ -12,7 +12,7 @@ export function ButtonTooltip({
content,
className,
}: {
content?: string;
content?: string | React.ReactNode;
className?: string;
}) {
if (!content) return null;