-
{title}
+
{title}
{description && (
{description}
)}
diff --git a/frontend/src/components/common/TagBadges.tsx b/frontend/src/components/common/TagBadges.tsx
index bd93cbc6..95d850b2 100644
--- a/frontend/src/components/common/TagBadges.tsx
+++ b/frontend/src/components/common/TagBadges.tsx
@@ -34,7 +34,7 @@ export function TagBadges({
}}
disabled={!onTagClick}
className={cn(
- 'rounded-full transition-colors',
+ 'rounded-full font-label transition-colors',
size === 'sm' ? 'px-2 py-0.5 text-xs' : 'px-2.5 py-1 text-sm',
variant === 'default'
? 'bg-accent text-muted-foreground hover:bg-accent'
@@ -48,7 +48,7 @@ export function TagBadges({
{hiddenCount > 0 && (
,
diff --git a/frontend/src/pages/AccountSettingsPage.tsx b/frontend/src/pages/AccountSettingsPage.tsx
index e6b3c58a..6266f44c 100644
--- a/frontend/src/pages/AccountSettingsPage.tsx
+++ b/frontend/src/pages/AccountSettingsPage.tsx
@@ -156,7 +156,7 @@ export function AccountSettingsPage() {
-
Account Settings
+ Account Settings
Manage your account, subscription, and team
@@ -586,7 +586,7 @@ function UsageStat({
const isAtLimit = !isUnlimited && current >= max
return (
-
+
{label}
-
Send Feedback
+ Send Feedback
Help us improve ResolutionFlow. Report bugs, request features, or share your thoughts.
diff --git a/frontend/src/pages/MyAnalyticsPage.tsx b/frontend/src/pages/MyAnalyticsPage.tsx
index 1ead480a..a7b7d88a 100644
--- a/frontend/src/pages/MyAnalyticsPage.tsx
+++ b/frontend/src/pages/MyAnalyticsPage.tsx
@@ -63,14 +63,14 @@ export default function MyAnalyticsPage() {
const outcomeBreakdown = summary.outcome_breakdown
return (
-
+
{/* Header */}
-
My Analytics
+ My Analytics
@@ -85,7 +85,7 @@ export default function MyAnalyticsPage() {