1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-08-13 13:48:59 +02:00

use typography instead of span

This commit is contained in:
Thomas Heartman 2025-07-31 10:48:33 +02:00
parent bd8c0414f0
commit 2b88619ac8
No known key found for this signature in database
GPG Key ID: BD1F880DAED1EE78

View File

@ -251,9 +251,9 @@ export const ProfileTab = ({ user }: IProfileTabProps) => {
})}
</Select>
</StyledFormControl>
<span id={exampleDateId}>
<Typography id={exampleDateId}>
Example: {formatDateYMDHM(exampleDate, currentLocale)}
</span>
</Typography>
</LocaleSelector>
{productivityReportEmailEnabled ? (
<>