style: update UpdateNotesWrapper to use markdown class for improved formatting (#10359)

This commit is contained in:
beyondkmp 2025-09-25 16:07:27 +08:00 committed by GitHub
parent 0f8cbeed11
commit 067ecb5e8e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -273,7 +273,7 @@ const AboutSettings: FC = () => {
<IndicatorLight color="green" />
</SettingRowTitle>
</SettingRow>
<UpdateNotesWrapper>
<UpdateNotesWrapper className="markdown">
<Markdown>
{typeof update.info.releaseNotes === 'string'
? update.info.releaseNotes.replace(/\n/g, '\n\n')