diff --git a/src/components/blog/Card.tsx b/src/components/blog/Card.tsx index ca59953..e421e36 100644 --- a/src/components/blog/Card.tsx +++ b/src/components/blog/Card.tsx @@ -1,6 +1,7 @@ import { Show } from "solid-js"; import CardLinks from "./CardLinks"; import DeletePostButton from "./DeletePostButton"; +import { Fire } from "~/components/icons/Fire"; export interface Post { id: number; @@ -43,7 +44,7 @@ export default function Card(props: CardProps) { alt={props.post.title.replaceAll("_", " ") + " banner"} class="h-full w-full object-cover" /> -
+
@@ -53,6 +54,10 @@ export default function Card(props: CardProps) {
+
+ + {props.post.reads || 0} Hits +

{props.post.total_comments || 0} Comments