mirror of
https://github.com/CherryHQ/cherry-studio.git
synced 2026-01-03 11:19:10 +08:00
style: update UpdateNotesWrapper to use markdown class for improved formatting (#10359)
This commit is contained in:
parent
0f8cbeed11
commit
067ecb5e8e
@ -273,7 +273,7 @@ const AboutSettings: FC = () => {
|
|||||||
<IndicatorLight color="green" />
|
<IndicatorLight color="green" />
|
||||||
</SettingRowTitle>
|
</SettingRowTitle>
|
||||||
</SettingRow>
|
</SettingRow>
|
||||||
<UpdateNotesWrapper>
|
<UpdateNotesWrapper className="markdown">
|
||||||
<Markdown>
|
<Markdown>
|
||||||
{typeof update.info.releaseNotes === 'string'
|
{typeof update.info.releaseNotes === 'string'
|
||||||
? update.info.releaseNotes.replace(/\n/g, '\n\n')
|
? update.info.releaseNotes.replace(/\n/g, '\n\n')
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user