diff --git a/job-tracker-ui/src/components/SettingsView.tsx b/job-tracker-ui/src/components/SettingsView.tsx index 2f19cc8..9215806 100644 --- a/job-tracker-ui/src/components/SettingsView.tsx +++ b/job-tracker-ui/src/components/SettingsView.tsx @@ -41,7 +41,7 @@ function TabPanel({ value, index, children }: { value: number; index: number; ch function SectionCard({ title, subtitle, children }: { title: string; subtitle?: string; children: React.ReactNode }) { return ( - + {title} {subtitle ? {subtitle} : } {children} @@ -100,7 +100,7 @@ export default function SettingsView({ }, [notificationPrefs]); return ( - + {t("settingsTitle")} diff --git a/job-tracker-ui/src/views/ProfilePage.tsx b/job-tracker-ui/src/views/ProfilePage.tsx index 504c1cc..a651ebc 100644 --- a/job-tracker-ui/src/views/ProfilePage.tsx +++ b/job-tracker-ui/src/views/ProfilePage.tsx @@ -469,7 +469,7 @@ export default function ProfilePage() { }, [rewritePreview?.fullText, rewritePreview?.templateId, rewritePreview?.targetRole, resetPdfCarousel]); return ( - +