added note metadta component

This commit is contained in:
Ren Amamiya
2023-03-17 13:05:10 +07:00
parent e43a999ca8
commit b3f95366d3
9 changed files with 189 additions and 99 deletions

View File

@@ -32,7 +32,7 @@ export const RootNote = memo(function RootNote({ id }: { id: string }) {
if (event) {
return (
<div className="relative pb-5">
<div className="absolute top-0 left-[21px] h-full w-px bg-zinc-800"></div>
<div className="absolute top-0 left-[21px] h-full w-0.5 bg-gradient-to-t from-zinc-800 to-zinc-600"></div>
<Content data={event} />
</div>
);