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:
parent
bd8c0414f0
commit
2b88619ac8
@ -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 ? (
|
||||
<>
|
||||
|
Loading…
Reference in New Issue
Block a user