diff --git a/web/components/post-card.tsx b/web/components/post-card.tsx index f8422df6..d34bb935 100644 --- a/web/components/post-card.tsx +++ b/web/components/post-card.tsx @@ -1,4 +1,5 @@ import { track } from '@amplitude/analytics-browser' +import { DocumentIcon } from '@heroicons/react/solid' import clsx from 'clsx' import { Post } from 'common/post' import Link from 'next/link' @@ -49,6 +50,12 @@ export function PostCard(props: { {post.subtitle} +
+ + + Post + +
{onPostClick ? (