This commit is contained in:
2023-11-01 13:01:52 +07:00
parent e218ebee89
commit f2dddf97f5
11 changed files with 115 additions and 837 deletions

View File

@@ -26,7 +26,7 @@ export function TextNote(props: { content?: string; truncate?: boolean }) {
}
return (
<div>
<div className="flex w-full flex-col items-start gap-2">
<Markdown
options={{
overrides: {