From a4c9d71cb11b624cf5e3e263526ed1e5fa31dd7a Mon Sep 17 00:00:00 2001 From: eggy Date: Wed, 29 Nov 2023 13:39:04 -0500 Subject: [PATCH] feat: make star featured clickable --- components/PostPreviewCard.vue | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/components/PostPreviewCard.vue b/components/PostPreviewCard.vue index ae1e1f5..91aaa14 100644 --- a/components/PostPreviewCard.vue +++ b/components/PostPreviewCard.vue @@ -22,7 +22,9 @@ const descText = class="break-words max-w-full rounded-lg p-4 shadow-md border border-2 border-gray-300 dark:border-gray-600" >

- + + +