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}