+
setOpen(!open)} className="my-1 font-lg font-bold">
+ {entry.message}
+
+ {open && (
+
+
Commit Details
+
+ -
+ Author: {entry.author_name}
+
+ -
+ Date: {entry.date}
+
+ -
+ Diff:
{entry.diff}
+
+
+
+
+
+
+ )}
+
+ );
+};
+
+export const GitLog: React.FC