added note metadta component
This commit is contained in:
@@ -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>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user