feat(layout): edited notes underneath title details

This commit is contained in:
Elian Doran
2025-12-14 19:36:53 +02:00
parent 8e6ea87754
commit 9d7e2855d3
7 changed files with 89 additions and 23 deletions

View File

@@ -10,7 +10,7 @@ import Icon from "./Icon";
interface SimpleBadgeProps {
className?: string;
title: string;
title: ComponentChildren;
}
interface BadgeProps {