From 2b88619ac8b10acbd12a1a26df7a90795c3461f7 Mon Sep 17 00:00:00 2001 From: Thomas Heartman Date: Thu, 31 Jul 2025 10:48:33 +0200 Subject: [PATCH] use typography instead of span --- frontend/src/component/user/Profile/ProfileTab/ProfileTab.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/src/component/user/Profile/ProfileTab/ProfileTab.tsx b/frontend/src/component/user/Profile/ProfileTab/ProfileTab.tsx index b114af6dce..29bcaae739 100644 --- a/frontend/src/component/user/Profile/ProfileTab/ProfileTab.tsx +++ b/frontend/src/component/user/Profile/ProfileTab/ProfileTab.tsx @@ -251,9 +251,9 @@ export const ProfileTab = ({ user }: IProfileTabProps) => { })} - + Example: {formatDateYMDHM(exampleDate, currentLocale)} - + {productivityReportEmailEnabled ? ( <>