diff --git a/src/components/InfoRow.tsx b/src/components/InfoRow.tsx index 947eec7..4651923 100644 --- a/src/components/InfoRow.tsx +++ b/src/components/InfoRow.tsx @@ -5,7 +5,7 @@ type InfoRowProps = React.PropsWithChildren<{ }>; const InfoRow: React.FC = ({ title, children }) => ( -
+
{title}:
{children}