From 4c2b3643f4c31bf13d94fa84abe3e8294ea4ef30 Mon Sep 17 00:00:00 2001 From: jyswee Date: Thu, 23 Jul 2026 23:01:48 +0000 Subject: [PATCH] Seed: product-management template (23 files) --- src/pages/Feedback.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/pages/Feedback.tsx b/src/pages/Feedback.tsx index 507cb7d..ab827cf 100644 --- a/src/pages/Feedback.tsx +++ b/src/pages/Feedback.tsx @@ -168,7 +168,7 @@ export default function FeedbackPage() { variant={sortBy === option ? "default" : "ghost"} size="sm" onClick={() => setSortBy(option)} - className={`rounded-none text-xs capitalize \${sortBy === option ? "bg-blue-600 hover:bg-blue-700 text-white" : ""}`} + className={`rounded-none text-xs capitalize ${sortBy === option ? "bg-blue-600 hover:bg-blue-700 text-white" : ""}`} > {option === "votes" && } {option === "newest" && } @@ -245,7 +245,7 @@ export default function FeedbackPage() {
- {item.userInitials} + {item.userInitials}

{item.user}

@@ -253,11 +253,11 @@ export default function FeedbackPage() {
- + {IconComponent && } {item.category} - {item.status} + {item.status}

{item.text}