···5252 />
5353 );
5454};
5555-5656-export const DummyCommentNotification = () => {
5757- return (
5858- <Notification
5959- icon={<CommentTiny />}
6060- actionText={<>celine commented on your post</>}
6161- content={
6262- <ContentLayout
6363- postTitle="This is the Post Title"
6464- publication={{ name: "My Publication" } as PubLeafletPublication.Record}
6565- >
6666- <CommentInNotification
6767- className=""
6868- avatar={undefined}
6969- displayName="celine"
7070- index={[]}
7171- plaintext={
7272- "heyyyyy this is a dummt comment! I'm just gonna put this here so I know what I'm about but it really oughta be wired up at some point..."
7373- }
7474- facets={[]}
7575- />
7676- </ContentLayout>
7777- }
7878- />
7979- );
8080-};