···77 icon={<MentionTiny />}
88 actionText={<>celine mentioned your post</>}
99 content={
1010- <ContentLayout postTitle={"Post Title Here"}>
1010+ <ContentLayout
1111+ postTitle={"Post Title Here"}
1212+ publication={{ name: "My Publication" } as any}
1313+ >
1114 I'm just gonna put the description here. The surrounding context is
1215 just sort of a pain to figure out
1316 <div className="border border-border-light rounded-md p-1 my-1 text-xs text-secondary">
···2831 icon={<MentionTiny />}
2932 actionText={<>celine mentioned you</>}
3033 content={
3131- <ContentLayout postTitle={"Post Title Here"}>
3434+ <ContentLayout
3535+ postTitle={"Post Title Here"}
3636+ publication={{ name: "My Publication" } as any}
3737+ >
3238 <div>
3339 ...llo this is the content of a post or whatever here it comes{" "}
3440 <span className="text-accent-contrast">@celine </span> and here it
···1313 icon={<ReplyTiny />}
1414 actionText={<>jared replied to your comment</>}
1515 content={
1616- <ContentLayout postTitle="This is the Post Title">
1616+ <ContentLayout
1717+ postTitle="This is the Post Title"
1818+ publication={{ name: "My Publication" } as any}
1919+ >
1720 <CommentInNotification
1821 className="text-tertiary italic line-clamp-1!"
1922 avatar={undefined}